dotfiles/home/.tmux.conf
Marko Korhonen f04a3b7416 Removed tmux autoinstall
I'm gonna put it in a deploy script

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-11-02 09:47:22 +02:00

15 lines
458 B
Plaintext

# change prefix to ctrl+a
unbind C-b
set -g prefix C-a
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'egel/tmux-gruvbox'
set -g default-terminal "tmux" # use 'tmux' instead of 'screen-*' to enable italics support per tmux FAQ
set-option -ga terminal-overrides ",*256col*:Tc"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'