We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98e35ca + 4ef1f4b commit b51b25aCopy full SHA for b51b25a
autoload/fern/mapping/open.vim
@@ -49,8 +49,8 @@ function! fern#mapping#open#init(disable_default_mappings) abort
49
nmap <buffer><silent> <Plug>(fern-action-open) <Plug>(fern-action-open:edit)
50
51
if !a:disable_default_mappings
52
- nmap <buffer><nowait> <C-m> <Plug>(fern-open-or-enter)
53
- nmap <buffer><nowait> l <Plug>(fern-open-or-expand)
+ nmap <buffer><nowait> <C-m> <Plug>(fern-action-open-or-enter)
+ nmap <buffer><nowait> l <Plug>(fern-action-open-or-expand)
54
nmap <buffer><nowait> s <Plug>(fern-action-open:select)
55
nmap <buffer><nowait> e <Plug>(fern-action-open)
56
nmap <buffer><nowait> E <Plug>(fern-action-open:side)
0 commit comments