Add continum tmux ressurect
This commit is contained in:
parent
c11ba09a36
commit
d046cfbc6c
1 changed files with 9 additions and 4 deletions
13
.tmux.conf
13
.tmux.conf
|
@ -12,6 +12,8 @@ unbind %
|
|||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config!'
|
||||
|
||||
|
||||
|
||||
# switch panes using Alt-arrow without prefix
|
||||
set -s escape-time 0 # Disable esc=alt
|
||||
bind -n M-h select-pane -L
|
||||
|
@ -69,9 +71,12 @@ set -g message-style 'bold'
|
|||
### /DESIGN CHANGES ###
|
||||
#######################
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
||||
# Plugin manager
|
||||
# If plugin installation does not work, run $TPM/bin/install_plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
|
||||
# If plugin installation does not work, run $TPM/bin/install_plugins
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue