From 9f8e36399a5f0c92be712a0b7609c57b020042b6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 4 Aug 2021 00:34:44 +0800 Subject: [PATCH] update vista settings Remove double click mapping since it is added natively by vista --- core/plugins.vim | 7 ------- 1 file changed, 7 deletions(-) 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!! "}}