Posted by Amol on January 14, 19102 at 15:58:58:
In Reply to: emacs keyboard short cuts posted by high energy on June 14, 19101 at 01:30:07:
: Hey all,
: Does anyone know the cut, copy, or paste keyboard shortcuts for emacs? I really need 'em. Also, how can I paste from my windows clipboard to an emacs window in a ssh session?
: If nto does anyone know the shortcuts for vi?
For EMACS :
Set a mark: [Ctrl-spacebar] or [Ctrl-@]
Delete: [Ctrl-W]
Copy: [Esc] W
Paste: [Ctrl-Y]