We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7316676 commit a35b04bCopy full SHA for a35b04b
pain_control.tmux
@@ -57,6 +57,6 @@ main() {
57
window_move_bindings
58
pane_resizing_bindings
59
pane_split_bindings
60
- improve_new_window_binding
+ [ "$(get_tmux_option "@pane_new_window_binding" "yes")" = "yes" ] && improve_new_window_binding
61
}
62
main
0 commit comments