The binding from '%' to 'splitw -h' was inadvertently lost in
a36da3a (Remove the barely-used and unnecessary command check()
function., 2013-08-21).

---
I rarely split windows manually, but I happened to notice that the
usual binding for '%' changed recently. This seems like an
accidental change in the "remove check()" commit.
---
 cmd-split-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd-split-window.c b/cmd-split-window.c
index 5b5140b..40f7966 100644
--- a/cmd-split-window.c
+++ b/cmd-split-window.c
@@ -36,7 +36,7 @@ const struct cmd_entry cmd_split_window_entry = {
        "[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
        CMD_TARGET_PANE_USAGE " [command]",
        0,
-       NULL,
+       cmd_split_window_key_binding,
        cmd_split_window_exec
 };
 
-- 
1.8.4


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to