From cbda9c6d25d3bc8795818c7d839984617937e591 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 10 Dec 2015 22:02:15 -0500 Subject: [PATCH] defun narf/tmux-vsplit-window --- core/lib/defuns-term.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/lib/defuns-term.el b/core/lib/defuns-term.el index ba7e56af3..3eab759e6 100644 --- a/core/lib/defuns-term.el +++ b/core/lib/defuns-term.el @@ -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)