summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 870a85c..449fb77 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,9 +5,7 @@ set -sg escape-time 10
set-option -g focus-events on
# Defaults
-#set -g default-terminal "xterm-256color"
set -g default-terminal "tmux-256color"
-#set -ga terminal-overrides ",xterm-termite:Tc"
set -ga terminal-overrides ",xterm-256color:Tc"
set -g base-index 1
@@ -33,7 +31,7 @@ bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
#set -g visual-activity on
set -g mode-keys vi
-set -g history-limit 10000
+set -g history-limit 20000
# moving between panes with vim movement keys
bind h select-pane -L