Skip to content

Commit d7636a3

Browse files
committed
unbind arrow keys from moving through windows; interrupted emacs arrow key usage
1 parent 76562ba commit d7636a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tmux/tmux.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ set -g allow-rename off
6060
# allow re-ordering of tmux windows (source: https://superuser.com/questions/343572/how-do-i-reorder-tmux-windows)
6161
bind Left swap-window -d -t -1
6262
bind Right swap-window -d -t +1
63-
# move through windows easily with arrow keys
64-
bind -n Left previous-window
65-
bind -n Right next-window
6663

6764
# Make messages appear for 3 seconds
6865
set -g display-time 3000

0 commit comments

Comments
 (0)