Update
This commit is contained in:
parent
440a3d2114
commit
348e15d946
5 changed files with 83 additions and 59 deletions
|
|
@ -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}' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue