Backspace has been remapped to a more convenient location

master
Jacopo De Simoi 9 years ago
parent 2aba3b07b3
commit 7ca9ff68f9
  1. 8
      init.el

@ -312,17 +312,9 @@ a file in the home directory."
(global-set-key (kbd "<f13>") 'set-mark-command)
(global-set-key (kbd "<f14>") 'set-mark-command)
;; Try to get rid of backspace
(global-set-key (kbd "C-h") 'delete-backward-char)
(global-set-key (kbd "S-SPC") 'delete-backward-char)
;;(setq help-char (kbd "H-h")
(global-set-key (kbd "M-h") 'backward-kill-word)
(global-set-key (kbd "C-M-h") 'backward-kill-sexp)
(global-set-key (kbd "H-h ") 'help-command)
;; * clever mark stuff
(require 'visible-mark)

Loading…
Cancel
Save