view tmux/tmux.conf @ 432:06a551d3fbb2

Move vim plugin subrepos to a separate config section, support cleaning up.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Apr 2018 09:01:46 -0700
parents c05a8f250042
children 979513155f17
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 "fish"

set -g default-terminal "xterm"