feat(tmux): restore nvim sessions

This commit is contained in:
Oliver Davies 2023-05-13 10:50:32 +01:00
parent 180f88da20
commit 8b44eb3c5f
2 changed files with 3 additions and 0 deletions

View file

@ -91,6 +91,8 @@
bind-key -r F new-window t
bind-key -r D run-shell "t ~/Code/dotfiles"
set -g @resurrect-strategy-nvim 'session'
'';
plugins = with pkgs; [