dotfiles/nvim/.config/nvim/plugin/vim-tmux-navigator.vim
Marty Oehme 756e45e037 Reorganize vim plugin settings
Setting everything during PlugLoad function caused some plugins to
misbehave. Plugins are now loaded by Plug and their settings can be
either set with a file in the plugin directory (this mimicks the old way
of setting plugin up during load) or in after/ directory, which sets
options *after* everything has loaded.
2020-02-03 22:23:45 +01:00

4 lines
208 B
VimL

" PLUGIN: tmux-navigator
" add seamless movement between vim and tmux, switch windows with C-hjkl
" automatically save the current buffer when navigating away from vim
let g:tmux_navigator_save_on_switch = 1