Remove another batch of annoying global key-bindings

C-c C-x · kill terminal… I never use it
C-x C-r · I even forgot what this did, but I do not like it
master
Jacopo De Simoi 4 years ago
parent b067143d89
commit 4bdc325936
  1. 2
      global.org

@ -395,7 +395,7 @@
(mapcar
(lambda (ch)
(global-unset-key (kbd ch)))
'("C-z" "C-x f" "C-x C-f" "<M-f4>" "C-M-u" "C-M-d" "C-x o" "C-SPC"))
'("C-c C-x" "C-x C-r" "C-z" "C-x f" "C-x C-f" "<M-f4>" "C-M-u" "C-M-d" "C-x o" "C-SPC"))
#+end_src
Change {up,down}-list

Loading…
Cancel
Save