Browse Source

Dont wait after changing panes

master
Julio Biason 3 years ago
parent
commit
84cdcd185a
  1. 3
      tmux/tmux.conf

3
tmux/tmux.conf

@ -19,6 +19,9 @@ bind Enter new-window
# Don't wait for the escape press
set -s escape-time 0
# Also, don't keep waiting for more keys when moving around panels
set-option -g repeat-time 0
# Define the statusbar
set-option -g status on
set-option -g status-style fg=cyan # ,bg=black

Loading…
Cancel
Save