mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
Change 2 leftmoust behavior in vimfiler (#2221)
This commit is contained in:
parent
ec87f52a28
commit
ee02a29869
@ -98,6 +98,7 @@ function! s:vimfilerinit()
|
||||
nmap <buffer> <C-r> <Plug>(vimfiler_redraw_screen)
|
||||
nmap <buffer> <Left> <Plug>(vimfiler_smart_h)
|
||||
nmap <buffer> <Right> <Plug>(vimfiler_smart_l)
|
||||
nmap <buffer> <2-LeftMouse> <Plug>(vimfiler_expand_or_edit)
|
||||
endf
|
||||
|
||||
function! s:vimfiler_vsplit() abort
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user