comparison tmux/tmux.conf @ 351:f00dd35b4731

Slightly better tmux.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Jul 2016 21:12:06 -0700
parents 6facb9f24fe7
children e025c3686025
comparison
equal deleted inserted replaced
350:adfa6bb4c20e 351:f00dd35b4731
2 # pretty much everybody on the fucking planet. 2 # pretty much everybody on the fucking planet.
3 unbind C-b 3 unbind C-b
4 set -g prefix C-a 4 set -g prefix C-a
5 bind C-a send-prefix 5 bind C-a send-prefix
6 6
7 # Start at 1, so you don't have to reach to that 0 on the right of the keyboard so often.
8 set -g base-index 1
9
10 # Thyme integration
11 #set-option -g status-right '#(cat ~/.thyme-tmux)'
12 #set-option -g status-interval 1
13
14 # Default to fish
15 set -g default-command "/usr/local/bin/fish"
16