Several annoying keybinding disabled

This commit is contained in:
Sameer Rahmani 2017-04-20 16:02:31 +01:00
parent 4a5b980c35
commit 3a25afe8f3
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@
:description "Open up your todo file. checkout `fg42-todo-file` var and `fg42-open-todo` function.")
(global-set-key [f9] 'fg42-open-todo))
(global-unset-key (kbd "C-m"))
(global-unset-key (kbd "C-o"))
(global-unset-key (kbd "C-v"))
;; replace strings
(global-set-key (kbd "C-c M-s") 'replace-string)