|
ProperEmacsKeyBindings would include region support ala emacs.
Emacs has the notion of the mark and the point. The area between the mark and the point is the selection.
You set the mark (Usually C-space) then all navigation (moving the pooint, or the carot) changes the region.
Somewhat like the Shift-arrow keys, but without having to have the shift key down.
Other Actions:
- Delete from caret to end-of-line and delete line if it is empty
-- BobCotton - 04 Sep 2002
-- MikhailGusarov - 12 Mar 2005
|
|