fix(emacs): add extra window split keybinding
This commit is contained in:
parent
5024eb6182
commit
ba2884267c
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
(setq scroll-conservatively 101)
|
||||
|
||||
;; Keybindings
|
||||
(keymap-global-set "<f6>" #'split-window-right)
|
||||
(keymap-global-set "C-M-j" (lambda () (interactive) (scroll-up 1)))
|
||||
(keymap-global-set "C-M-k" (lambda () (interactive) (scroll-down 1)))
|
||||
(keymap-global-set "C-x <"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue