gentoo-sway #2
1 changed files with 9 additions and 0 deletions
|
@ -8,10 +8,19 @@ set -g status-left '#S '
|
||||||
# Plugins
|
# 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-resurrect'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
set -g @plugin "arcticicestudio/nord-tmux"
|
set -g @plugin "arcticicestudio/nord-tmux"
|
||||||
|
|
||||||
|
# Resurect vim sessions and pane contents
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
set -g @resurrect-strategy-vim 'session'
|
||||||
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
|
|
||||||
|
|
||||||
# Vim mod
|
# Vim mod
|
||||||
bind-key h select-pane -L
|
bind-key h select-pane -L
|
||||||
bind-key j select-pane -D
|
bind-key j select-pane -D
|
||||||
|
|
Loading…
Reference in a new issue