aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-02-25 23:59:33 +0100
committerDavid Runge <david.runge@frqrec.com>2014-02-25 23:59:33 +0100
commitadd0b4baa5db834e92bb9224dcbd373ebf6f464c (patch)
tree05d9a540c7b06352faf62d42598eab4298e19d2d /.tmux.conf
parent5c27973d5c2d829c9c24200849dc0b94dccd0642 (diff)
downloaddotfiles-add0b4baa5db834e92bb9224dcbd373ebf6f464c.tar.gz
dotfiles-add0b4baa5db834e92bb9224dcbd373ebf6f464c.tar.bz2
dotfiles-add0b4baa5db834e92bb9224dcbd373ebf6f464c.tar.xz
dotfiles-add0b4baa5db834e92bb9224dcbd373ebf6f464c.zip
Removing incompatibility with version 1.9
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index eb33da1..6d3408b 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -33,7 +33,7 @@ bind-key L resize-pane -R
set -g set-titles on
set -g set-titles-string "#T"
-set base-index 1
+#set base-index 1
set -g history-limit 10000
set-window-option -g xterm-keys on #pass xterminal keys to tmux terminals
setw -g mode-mouse on