chore(config): tmux painless config
parent
a02f789530
commit
0c2e7f9150
config/tmux
|
@ -1,9 +1,5 @@
|
||||||
# https://github.com/tmux/tmux/wiki/FAQ
|
# 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
|
# Switch panes using Alt without prefix
|
||||||
bind -n M-Left select-pane -L
|
bind -n M-Left select-pane -L
|
||||||
bind -n M-Right select-pane -R
|
bind -n M-Right select-pane -R
|
||||||
|
@ -17,6 +13,7 @@ set -g default-terminal "tmux-256color"
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager
|
# Initialize TMUX plugin manager
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in New Issue