# HG changeset patch # User Ludovic Chabant # Date 1469851926 25200 # Node ID f00dd35b473145db87b8f6576e217dee25a463e1 # Parent adfa6bb4c20e324b61f036c37e37c01cb397e823 Slightly better tmux. diff -r adfa6bb4c20e -r f00dd35b4731 tmux/tmux.conf --- a/tmux/tmux.conf Fri Jul 29 21:04:26 2016 -0700 +++ b/tmux/tmux.conf Fri Jul 29 21:12:06 2016 -0700 @@ -4,3 +4,13 @@ set -g prefix C-a bind C-a send-prefix +# Start at 1, so you don't have to reach to that 0 on the right of the keyboard so often. +set -g base-index 1 + +# Thyme integration +#set-option -g status-right '#(cat ~/.thyme-tmux)' +#set-option -g status-interval 1 + +# Default to fish +set -g default-command "/usr/local/bin/fish" +