1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update vista settings

Remove double click mapping since it is added natively by vista
This commit is contained in:
jdhao 2021-08-04 00:34:44 +08:00
parent be8c917beb
commit 9f8e36399a

View File

@ -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>
"}}