From c5c98e13c9b83984bffc7184cb325a1cee0af461 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Sat, 8 Jun 2019 21:38:05 +0800 Subject: [PATCH] Keep the mouse in the first column --- config/plugins/defx.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/plugins/defx.vim b/config/plugins/defx.vim index 520437641..eb6fef15f 100644 --- a/config/plugins/defx.vim +++ b/config/plugins/defx.vim @@ -59,6 +59,11 @@ function! s:defx_init() setl nofoldenable setl foldmethod=manual + " disable this mappings + nnoremap <3-LeftMouse> + nnoremap <4-LeftMouse> + nnoremap + silent! nunmap silent! nunmap silent! nunmap