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.
4 lines
208 B
VimL
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
|