mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
defun narf/tmux-vsplit-window
This commit is contained in:
@ -41,6 +41,11 @@
|
||||
(interactive)
|
||||
(tmux (concat "tmux split-window" (if vertical " -h"))))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/tmux-vsplit-window ()
|
||||
(interactive)
|
||||
(narf/tmux-split-window t))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/tmux-cd-to-here (&optional dir)
|
||||
(interactive)
|
||||
|
Reference in New Issue
Block a user