Skip to content

Commit c93deb2

Browse files
committed
tmp fix Escape bind bug
1 parent 1d364bf commit c93deb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmux/tmux.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ bind _ split-window -v -c "#{pane_current_path}"
8181

8282
# Select pane and windows
8383
bind -r C-[ previous-window
84+
unbind Escape # line above strangely bind Escape
8485
bind -r C-] next-window
8586
bind -r [ select-pane -t :.-
8687
bind -r ] select-pane -t :.+

0 commit comments

Comments
 (0)