]> git.rmz.io Git - dotfiles.git/blobdiff - tmux/tmux.conf
mutt: treat googlegroups as lists and don't autosign
[dotfiles.git] / tmux / tmux.conf
index 4e4a71ea197d82e0add24be8ffbb4ffdf11457c5..e74bcb11116653cf832774c05a5142c602c7a626 100644 (file)
@@ -6,6 +6,11 @@ set -g set-titles on
 set -g mouse
 set -g mode-keys vi
 
+# Start windows and panes at 1, not 0
+set  -g base-index 1
+setw -g pane-base-index 1
+bind-key 0 select-window -t 10
+
 bind-key Escape copy-mode
 unbind-key p
 bind-key p paste-buffer