aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-11-09 19:46:00 -0700
committerCody Hiar <cody.hiar@investopedia.com>2016-11-09 19:46:00 -0700
commit9ad7425bed6329c069a933653a0c12960c0c823a (patch)
treef9107d0c8a62565df98b49de89f72e36f5dd35f0 /tmux.config
parentd22bfebede82a9b09539b497db3ca84595b7ade6 (diff)
A couple more updates for better tmuxing
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config8
1 files changed, 6 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config
index bbca376..1cc9483 100644
--- a/tmux.config
+++ b/tmux.config
@@ -89,11 +89,15 @@ set-option -g status-right-length 90
set-option -g status-left "#(~/.tmux/powerline.sh left)"
set-option -g status-right "#(~/.tmux/powerline.sh right)"
-# Make the escape faster
+# Make the escape faster, faster command sequences
set -s escape-time 0
# Deal with screens having different
set-window-option -g aggressive-resize
# Bind the last window command
-bind-key l last-window
+bind-key C-b last-window
+
+# Use base 1 numbering, 0 base is a big stretch
+set -g base-index 1
+setw -g pane-base-index 1