This commit is contained in:
Joey Yakimowich-Payne 2025-01-30 21:27:01 -07:00
commit 348e15d946
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
5 changed files with 83 additions and 59 deletions

View file

@ -178,6 +178,11 @@ set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# for vim
set -g @resurrect-strategy-vim 'session'
# for neovim
set -g @resurrect-strategy-nvim 'session'
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \