I3 to Sway #1
1 changed files with 9 additions and 0 deletions
|
@ -8,10 +8,19 @@ set -g status-left '#S '
|
|||
# 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'
|
||||
|
||||
|
||||
# Theme
|
||||
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
|
||||
bind-key h select-pane -L
|
||||
bind-key j select-pane -D
|
||||
|
|
Loading…
Reference in a new issue