update
This commit is contained in:
parent
496b4ba3c1
commit
a398981b0f
15
tmux.conf
15
tmux.conf
@ -1,9 +1,12 @@
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @plugin 'tmux-plugins/tpm' # tmux plugin manager
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible' # sensible defaults for tmux
|
||||
set -g @plugin 'catppuccin/tmux' # tmux theme
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # save/restore tmux sessions
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum' # autosave tmux sessions
|
||||
|
||||
# tmux-resurrect
|
||||
set -g @resurrect-strategy-nvim 'session' # save nvim sessions
|
||||
set -g @resurrect-capture-pane-contents 'on' # capture tmux panes
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user