blob: 35cf42368cfa0256dd06fb6763213694914956a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
set-option -sa terminal-overrides ",xterm*:Tc"
unbind C-b
set -g prefix C-s
bind v split-window -v -c "#{pane_current_path}"
bind h split-window -h -c "#{pane_current_path}"
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "tmux-plugins/tmux-sensible"
set -g @plugin "christoomey/vim-tmux-navigator"
set -g @plugin 'maxpetretta/tmux-monokai-pro'
run "~/.tmux/plugins/tpm/tpm"
|