Remove tmux-resurrect
This commit is contained in:
parent
dcbe273d9b
commit
d201a2b27b
|
@ -65,13 +65,11 @@ in
|
||||||
|
|
||||||
bind-key -r f run-shell "tmux new-window t"
|
bind-key -r f run-shell "tmux new-window t"
|
||||||
|
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
|
||||||
|
|
||||||
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
|
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
tmuxPlugins.resurrect
|
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
tmuxPlugins.yank
|
tmuxPlugins.yank
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue