On Tue, Feb 17, 2009 at 9:39 PM, Kussh Singh kussh.singh@gmail.com wrote:
On Tue, Feb 17, 2009 at 7:36 PM, sameer shinde s9sameer@gmail.com wrote:
[snip]
In case of orgmode, maybe emacs will have to be learnt and thats another project-- unless somebody has already made a module for emacs which can allow a user to switch from emacs keyboard mode to the more familiar windows keyboard mode (where cut is done by ctrl and x, paste is done by ctrl-v etc etc)
Put this in a file called ~/.emacs
(cua-mode t) ;; Column editing mode. (setq cua-enable-cua-keys t) ;; What you want.
Emacs should load that file automatically. If you're already running an Emacs session and don't want to quit, just `M-x load-file RET ~/.emacs'.
Now, I know why you want the usual Cut and Paste keys. I'd, however, prefer the Emacs way of doing things.