Mercurial > dotfiles
changeset 351:f00dd35b4731
Slightly better tmux.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 29 Jul 2016 21:12:06 -0700 |
parents | adfa6bb4c20e |
children | 9580765366a4 |
files | tmux/tmux.conf |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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" +