diff --git a/config/plugins/vimfiler.vim b/config/plugins/vimfiler.vim index 2138ce7ff..5b2f7b33d 100644 --- a/config/plugins/vimfiler.vim +++ b/config/plugins/vimfiler.vim @@ -98,6 +98,7 @@ function! s:vimfilerinit() nmap (vimfiler_redraw_screen) nmap (vimfiler_smart_h) nmap (vimfiler_smart_l) + nmap <2-LeftMouse> (vimfiler_expand_or_edit) endf function! s:vimfiler_vsplit() abort diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index 09b1a9dda..65645cd4d 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -11,6 +11,7 @@ The next release is v1.0.0. ### Changed - Do not load language layer ([#2220](https://github.com/SpaceVim/SpaceVim/pull/2220)) +- Changed the behavior of 2-LeftMouse in vimfiler ([#2221](https://github.com/SpaceVim/SpaceVim/pull/2221)) ### Fixed