aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-04 00:34:44 +0800
committerjdhao <jdhao@hotmail.com>2021-08-04 00:34:44 +0800
commit9f8e36399a5f0c92be712a0b7609c57b020042b6 (patch)
tree28dd5afff236b618de3231d78de59351201881e3 /core
parentbe8c917beb3d139f2b907662e9ba4e9dced6386b (diff)
update vista settings
Remove double click mapping since it is added natively by vista
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim7
1 files changed, 0 insertions, 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 <buffer> <silent>
- \ <2-LeftMouse> :<C-U>call vista#cursor#FoldOrJump()<CR>
-augroup END
-
nnoremap <silent> <Space>t :<C-U>Vista!!<CR>
"}}