diff --git a/init.el b/init.el index 214bae2..24243bb 100644 --- a/init.el +++ b/init.el @@ -201,6 +201,8 @@ (select-frame-on-activity (kde-current-activity)) ) +;; Rehab + ;; stop using the arrow keys ;; mark the date 30/1/2014 (global-unset-key [left]) @@ -208,8 +210,17 @@ (global-unset-key [right]) (global-unset-key [down]) +;; remove mouse-binding. Keyboard is faster +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) + +;; Rehab + + ;;Remove insanely irritating key-binding (global-unset-key (kbd "C-z")) +(global-unset-key (kbd "C-x f")) (require 'visible-mark) (visible-mark-mode t)