defun narf/tmux-vsplit-window

This commit is contained in:
Henrik Lissner 2015-12-10 22:02:15 -05:00
parent 7399511374
commit cbda9c6d25

View File

@ -41,6 +41,11 @@
(interactive) (interactive)
(tmux (concat "tmux split-window" (if vertical " -h")))) (tmux (concat "tmux split-window" (if vertical " -h"))))
;;;###autoload
(defun narf/tmux-vsplit-window ()
(interactive)
(narf/tmux-split-window t))
;;;###autoload ;;;###autoload
(defun narf/tmux-cd-to-here (&optional dir) (defun narf/tmux-cd-to-here (&optional dir)
(interactive) (interactive)