Possible Duplicate:
Override Ctrl-TAB in EMACS org.mode
I’m trying to rebind C-y to redo.
I’ve tried all possible options:
(global-unset-key (kbd “C-y”)), outside and inside a org mode hook,
and (define-key org-mode-map (kbd “C-y”) nil).
Yet nothing. Outside of OrgMode it acts perfectly fine, but inside? it yanks.
This is actually not to first KeyBinding that doesn’t work whenever I’m inside OrgMode,
and it boggles me.
Help, please.
After quick help from the fabulous phils, I stumbled upon two things:
Globally override key binding in Emacs
which I currently use, and
http://www.masteringemacs.org/articles/2011/02/08/mastering-key-bindings-emacs/
which I will surely read ASAP.
Thanks Phils;)
My current setup is this: