I3 to Sway #1

Merged
dbroqua merged 112 commits from gentoo-sway into master 2021-10-21 21:40:49 +02:00
Showing only changes of commit dc5a09cfff - Show all commits

View File

@ -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