Unbinding shortcuts in GNU Emacs
Put this in your ~/.emacs file. (Changing "\C-v" "\C-z" for the shortcuts you want to remove, of course)
(dolist (key '("\C-v" "\C-z"))
(global-unset-key key))
More details here: http://stackoverflow.com/questions/7549259/is-there-a-quick-way-to-unbind-keys-in-emacs
Written by Antoine Morin-Paulhus
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Configuration
Authors
danielpuglisi
17.41K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#