diff options
author | Ben Sima <ben@bsima.me> | 2018-09-20 19:57:19 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-20 20:04:01 -0700 |
commit | 111b3f88812e68dc4921c155d61a21d849495fdc (patch) | |
tree | fed56a2dadc65a541b23d3abf36fdf63a9f9b85f /tmux | |
parent | 2b90c65225a3d7154fca2e9a723c2f5fe5ec06b8 (diff) |
Fix tmux leader and vim colors
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ # vim: filetype=tmux -# 0 is too far from ` ;) +# rebind leader to C-\ +unbind-key C-b +set -g prefix 'C-\' +bind-key 'C-\' send-prefix + + +# 0 is too far from ` set -g base-index 1 |