chore(config): tmux painless config

main
Tran Hau 2021-03-19 10:14:51 +00:00
parent a02f789530
commit 0c2e7f9150
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,5 @@
# https://github.com/tmux/tmux/wiki/FAQ
# Split panes using | and -
bind | split-window -h
bind - split-window -v
# Switch panes using Alt without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
@ -17,6 +13,7 @@ set -g default-terminal "tmux-256color"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'