From 3a25afe8f37fb8f36a045f237bde289630dcc720 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 20 Apr 2017 16:02:31 +0100 Subject: [PATCH] Several annoying keybinding disabled --- lib/extensions/editor/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index ca44f30..ed369f6 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -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)