Keep tempo when opening buffers

Add the binding C-x C-b (on top of C-x b) for opening helm-mini
master
Jacopo De Simoi 8 years ago
parent 163c3d3975
commit ed231fdf94
  1. 1
      global.org

@ -470,6 +470,7 @@ This is the same as using \\[set-mark-command] with the prefix argument."
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "C-x C-f") 'helm-find-files)
(global-set-key (kbd "C-x b") 'helm-mini)
(global-set-key (kbd "C-x C-b") 'helm-mini)
(global-set-key (kbd "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