@@ -10,25 +10,25 @@ cnoremap <silent> <Plug>(fall-prev) <Cmd>call fall#internal#dispatch(#{type: 'mo
1010cnoremap <silent> <Plug> (fall-next) <Cmd> call fall#internal#dispatch(#{type: 'move-cursor', amount: 1})<CR>
1111cnoremap <silent> <Plug> (fall-prev:scroll) <Cmd> call fall#internal#dispatch(#{type: 'move-cursor', amount: -1, scroll: v:true})<CR>
1212cnoremap <silent> <Plug> (fall-next:scroll) <Cmd> call fall#internal#dispatch(#{type: 'move-cursor', amount: 1, scroll: v:true})<CR>
13- cnoremap <silent> <Plug> (fall-left) <Cmd> call fall#internal#dispatch(#{type: 'list-execute', command: 'silent! normal! zh'})<CR>
14- cnoremap <silent> <Plug> (fall-right) <Cmd> call fall#internal#dispatch(#{type: 'list-execute', command: 'silent! normal! zl'})<CR>
15- cnoremap <silent> <Plug> (fall-left:scroll) <Cmd> call fall#internal#dispatch(#{type: 'list-execute', command: 'silent! normal! zH'})<CR>
16- cnoremap <silent> <Plug> (fall-right:scroll) <Cmd> call fall#internal#dispatch(#{type: 'list-execute', command: 'silent! normal! zL'})<CR>
13+ cnoremap <silent> <Plug> (fall-left) <Cmd> call fall#internal#dispatch(#{type: 'list-component- execute', command: 'silent! normal! zh'})<CR>
14+ cnoremap <silent> <Plug> (fall-right) <Cmd> call fall#internal#dispatch(#{type: 'list-component- execute', command: 'silent! normal! zl'})<CR>
15+ cnoremap <silent> <Plug> (fall-left:scroll) <Cmd> call fall#internal#dispatch(#{type: 'list-component- execute', command: 'silent! normal! zH'})<CR>
16+ cnoremap <silent> <Plug> (fall-right:scroll) <Cmd> call fall#internal#dispatch(#{type: 'list-component- execute', command: 'silent! normal! zL'})<CR>
1717
1818cnoremap <silent> <Plug> (fall-select) <Cmd> call fall#internal#dispatch(#{type: 'select-item'})<CR>
1919cnoremap <silent> <Plug> (fall-select-all) <Cmd> call fall#internal#dispatch(#{type: 'select-all-items'})<CR>
2020
2121" Preview
22- cnoremap <silent> <Plug> (fall-preview-first) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! gg'})<CR>
23- cnoremap <silent> <Plug> (fall-preview-last) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! G'})<CR>
24- cnoremap <silent> <Plug> (fall-preview-prev) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! k'})<CR>
25- cnoremap <silent> <Plug> (fall-preview-next) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! j'})<CR>
26- cnoremap <silent> <Plug> (fall-preview-prev:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! <C-u> '})<CR>
27- cnoremap <silent> <Plug> (fall-preview-next:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! <C-d> '})<CR>
28- cnoremap <silent> <Plug> (fall-preview-left) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! zh'})<CR>
29- cnoremap <silent> <Plug> (fall-preview-right) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! zl'})<CR>
30- cnoremap <silent> <Plug> (fall-preview-left:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! zH'})<CR>
31- cnoremap <silent> <Plug> (fall-preview-right:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-execute', command: 'silent! normal! zL'})<CR>
22+ cnoremap <silent> <Plug> (fall-preview-first) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! gg'})<CR>
23+ cnoremap <silent> <Plug> (fall-preview-last) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! G'})<CR>
24+ cnoremap <silent> <Plug> (fall-preview-prev) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! k'})<CR>
25+ cnoremap <silent> <Plug> (fall-preview-next) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! j'})<CR>
26+ cnoremap <silent> <Plug> (fall-preview-prev:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! <C-u> '})<CR>
27+ cnoremap <silent> <Plug> (fall-preview-next:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! <C-d> '})<CR>
28+ cnoremap <silent> <Plug> (fall-preview-left) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! zh'})<CR>
29+ cnoremap <silent> <Plug> (fall-preview-right) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! zl'})<CR>
30+ cnoremap <silent> <Plug> (fall-preview-left:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! zH'})<CR>
31+ cnoremap <silent> <Plug> (fall-preview-right:scroll) <Cmd> call fall#internal#dispatch(#{type: 'preview-component- execute', command: 'silent! normal! zL'})<CR>
3232
3333" Action
3434cnoremap <silent> <Plug> (fall-action-select) <Cmd> call fall#action('@select')<CR>
0 commit comments