mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Remove optional tmux plugins
This commit is contained in:
@@ -42,10 +42,10 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
# list of tmux plugins
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator' # for navigating panes and vim/nvim with Ctrl-hjkl
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
|
||||
#set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
|
||||
#set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
|
||||
#set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
|
||||
# set -g @continuum-restore 'on' # enable tmux-continuum functionality
|
||||
|
||||
# status bar color
|
||||
|
||||
Reference in New Issue
Block a user