From 4fdaba5a42f4ba317d6be4302a95dc25129a2de9 Mon Sep 17 00:00:00 2001 From: Gokcehan Kara Date: Sat, 23 Jan 2016 19:46:36 +0200 Subject: [PATCH] fix tmux-new-window command docstring --- rc/tmux.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tmux.kak b/rc/tmux.kak index 686fd2d9..48525db6 100644 --- a/rc/tmux.kak +++ b/rc/tmux.kak @@ -33,7 +33,7 @@ def tmux-new-horizontal -params .. -command-completion -docstring "Create a new tmux-new-impl 'split-window -h' %arg{@} } -def tmux-new-window -params .. -command-completion -docstring "Create a new horizontal pane in tmux" %{ +def tmux-new-window -params .. -command-completion -docstring "Create a new window in tmux" %{ tmux-new-impl 'new-window' %arg{@} }