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.
emacs
1 parent 76562ba commit d7636a3Copy full SHA for d7636a3
tmux/tmux.conf
@@ -60,9 +60,6 @@ set -g allow-rename off
60
# allow re-ordering of tmux windows (source: https://superuser.com/questions/343572/how-do-i-reorder-tmux-windows)
61
bind Left swap-window -d -t -1
62
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
66
67
# Make messages appear for 3 seconds
68
set -g display-time 3000
0 commit comments