summaryrefslogtreecommitdiffstats
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux/tmux.conf')
-rwxr-xr-x.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 9e77b7c..b54721e 100755
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -4,7 +4,9 @@ set-option -g mouse off
set-option -g mode-keys vi
set-option -g escape-time 0
set-option -g default-terminal "screen-256color"
+set-option -g renumber-windows on
set-option -g history-limit 5000
+set-option -g xterm-keys on
set -s escape-time 0
# keybindings
remember that computers suck.