taesoobear
unread,Nov 14, 2009, 8:47:40 PM11/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ErgoEmacs
I am a big fan of ergoemacs. I have used both emacs and MSVS for many
years, and recently moved to ergoemacs.
Although I liked most of the features, I have a short wish list on
ergoemacs.
1. shift+home, shift+end selection.
- currently, I have to type "shift+right arrow+end" instead of "shift
+end" to select the texts between the cursor and the end of the line.
I suspect that this behavior is a side effect of binding Alt+H as
"END".
However, to my intuition, "Alt+H" should work as "Alt+h plus shift
selection" like most modern editors.
(All Alt+J, Alt+K, Alt+L, Alt+I combinations too.)
I would prefer "Alt+;" being "END" (instead of search) so that "Alt
+Ctrl+;" can be used when moving cursor to the end of the document
(instead of the unintuitive "Alt+I").
The incremental search can be moved to the Ctrl+F spot.
2. Shortcut for Kill ring is missing.
After copying multiple sentences, I would like to be able to paste
each one by pressing ctrl+alt+V.
e.g. Ctrl+V paste the last copied sentence. After you press Ctrl+Alt
+V, the sentence changes to the previously copied sentence. (Exactly
like the way many windows-based editors including MSVS support kill
ring.)
3. Goto line is missing.
Ergoemacs is supposed to have more shortcuts than notepad ;-)
Thank you.