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.
1 parent 51f9bf0 commit 3154bacCopy full SHA for 3154bac
plugin/fall/mapping.vim
@@ -63,9 +63,7 @@ cnoremap <silent> <Plug>(fall-action-select) <Cmd>call fall#action('@select')<CR
63
64
if !get(g:, 'fall_disable_default_mapping')
65
function! s:define(lhs, rhs) abort
66
- if !hasmapto(a:rhs, 'c') && empty(maparg(a:lhs, 'c'))
67
- execute 'cnoremap <silent> <nowait> ' . a:lhs . ' ' . a:rhs
68
- endif
+ execute 'cnoremap <silent> <nowait> ' .. a:lhs .. ' ' .. a:rhs
69
endfunction
70
71
function! s:map_picker() abort
0 commit comments