aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
Diffstat (limited to 'core/plugins.vim')
-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>
"}}