diff options
author | Alexis Hovorka <[email protected]> | 2021-12-29 13:17:27 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-12-29 13:17:27 -0700 |
commit | f94e8c3ef9b39d5b47019a2add862ef879eee2fe (patch) | |
tree | 93513b972ab59941a5faba89e71ebd04a39557f9 /base | |
parent | 7a106fc2bd2a18d68d4d2173dd8233fef8b5469a (diff) |
[revert] Comment "auto new window" tmux shortcut
Diffstat (limited to 'base')
-rw-r--r-- | base/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tmux.conf b/base/tmux.conf index fb08eeb..c432390 100644 --- a/base/tmux.conf +++ b/base/tmux.conf @@ -77,7 +77,7 @@ bind -r C-j resizep -D bind -r C-k resizep -U bind -r C-l resizep -R -bind n if "test #I = #{session_windows}" "neww" "next" +#bind n if "test #I = #{session_windows}" "neww" "next" unbind % unbind "'" |