flip split-window commands to tmux keybinds
This commit is contained in:
parent
55c399a700
commit
bc9a628843
|
@ -251,8 +251,9 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(global-set-key (kbd "M-k") 'delete-window)
|
(global-set-key (kbd "M-k") 'delete-window)
|
||||||
(global-set-key (kbd "M-\"") 'split-window-below)
|
(define-key global-map (kbd "C-b") (make-sparse-keymap))
|
||||||
(global-set-key (kbd "M-#") 'split-window-right)
|
(global-set-key (kbd "C-b \"") 'split-window-below)
|
||||||
|
(global-set-key (kbd "C-b %") 'split-window-right)
|
||||||
|
|
||||||
;; Lookup the current symbol at point. C-c C-d is a common keybinding
|
;; Lookup the current symbol at point. C-c C-d is a common keybinding
|
||||||
;; for this in lisp modes.
|
;; for this in lisp modes.
|
||||||
|
|
Reference in a new issue