(partially) remove mouse interaction

master
Jacopo De Simoi 12 years ago
parent 7537d19539
commit 5dda1b258a
  1. 11
      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 "<mouse-1>"))
(global-unset-key (kbd "<down-mouse-1>"))
(global-unset-key (kbd "<drag-mouse-1>"))
;; 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)

Loading…
Cancel
Save