add C-b n keybind for make-frame to match tmux
This commit is contained in:
parent
bc9a628843
commit
562385cb8e
|
@ -252,6 +252,7 @@
|
|||
|
||||
(global-set-key (kbd "M-k") 'delete-window)
|
||||
(define-key global-map (kbd "C-b") (make-sparse-keymap))
|
||||
(global-set-key (kbd "C-b n") 'make-frame)
|
||||
(global-set-key (kbd "C-b \"") 'split-window-below)
|
||||
(global-set-key (kbd "C-b %") 'split-window-right)
|
||||
|
||||
|
|
Reference in a new issue