fix(emacs): rebind <f8>
to priime-split-terminal
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
0e464c8584
commit
5f015ba4c9
2 changed files with 11 additions and 9 deletions
|
@ -31,14 +31,6 @@
|
|||
(split-window-below)
|
||||
(windmove-down))
|
||||
|
||||
(defun priime-split-terminal ()
|
||||
"Split a terminal on the right and move to it."
|
||||
(priime-split-right)
|
||||
(if (projectile-project-p)
|
||||
(projectile-run-vterm)
|
||||
(vterm))
|
||||
(balance-windows))
|
||||
|
||||
(defun priime-scroll-up ()
|
||||
"Scroll up granularly."
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue