Use more sane bindings

master
Jacopo De Simoi 4 years ago
parent b9a347dd9a
commit 4013161603
  1. 5
      global.org

@ -2063,7 +2063,7 @@
** Magit
#+begin_src emacs-lisp
(require 'magit)
(global-set-key (kbd "C-x C-g") 'magit-status)
(global-set-key (kbd "C-x g") 'magit-status)
(magit-add-section-hook 'magit-status-sections-hook
#'magit-insert-modules-overview
#'magit-insert-unpushed-to-pushremote
@ -2134,9 +2134,8 @@
(global-set-key-alist
'(("M-x" . helm-M-x)
("C-x C-f" . helm-find-files)
("C-x f" . helm-find-files)
("C-x b" . helm-mini)
("C-x C-b" . helm-mini)
("M-y" . helm-show-kill-ring)))
(define-key helm-map (kbd "C-h") nil)
(define-key helm-find-files-map (kbd "C-h") nil)

Loading…
Cancel
Save