diff --git a/core/plugins.vim b/core/plugins.vim index d3684c1..e5de644 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -157,13 +157,6 @@ let g:vista_echo_cursor = 0 " Stay in current window when vista window is opened let g:vista_stay_on_open = 0 -augroup vista_conf - autocmd! - " Double mouse click to go to a tag - autocmd FileType vista* nnoremap - \ <2-LeftMouse> :call vista#cursor#FoldOrJump() -augroup END - nnoremap t :Vista!! "}}