fix(emacs): make <f7>
for splitting down and <f8>
for terminal
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c89e6a43da
commit
67297a1402
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@
|
||||||
(split-window-right)
|
(split-window-right)
|
||||||
(windmove-right)))
|
(windmove-right)))
|
||||||
(keymap-global-set "<f7>"
|
(keymap-global-set "<f7>"
|
||||||
|
(lambda ()
|
||||||
|
(interactive)
|
||||||
|
(split-window-below)
|
||||||
|
(windmove-down)))
|
||||||
|
(keymap-global-set "<f8>"
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(split-window-right)
|
(split-window-right)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue