blob: d60285a7cb541fc438c8bd897b04516cf5de3bba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
unbind C-b
set -g prefix C-a
set -g status off
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"
run "~/.tmux/plugins/tpm/tpm"
|