Emacs Init: Standard Copy Cut Paste Keys
Standard keyboard shortcuts for Copy Paste
cua-mode
activates the following keyboard shortcuts:
- Ctrl+x for cut
- Ctrl+c for copy
- Ctrl+v for paste
- Ctrl+z for undo (Emacs 23 (date 2009-07))
put this in your Emacs Init File:
;; make {copy, cut, paste, undo} have {C-c, C-x, C-v, C-z} keys (cua-mode 1)

Standard keyboard shortcuts for {Open, Close, Save, Save As, Select All, etc}
If you want standard keys for
- copy
- cut
- paste
- undo
- select all
- open
- close
- save
- save as
- new
- find