Skip to content

Commit a35b04b

Browse files
committed
Makes new window binding optional
1 parent 7316676 commit a35b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pain_control.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ main() {
5757
window_move_bindings
5858
pane_resizing_bindings
5959
pane_split_bindings
60-
improve_new_window_binding
60+
[ "$(get_tmux_option "@pane_new_window_binding" "yes")" = "yes" ] && improve_new_window_binding
6161
}
6262
main

0 commit comments

Comments
 (0)