Mercurial > dotfiles
view tmux/tmux.conf @ 369:b87c358bd0ca
Fix/improve ctagsrc for gutentags.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 17 Feb 2017 17:22:44 -0800 |
parents | f00dd35b4731 |
children | e025c3686025 |
line wrap: on
line source
# Make the prefix easier to type, like # pretty much everybody on the fucking planet. unbind C-b 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"