Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是在我的 init.vim
nmap <leader>ca <Plug>(coc-codeaction-line)
这会打开一个小菜单可供选择,我想映射所述菜单以<a-n>用于向下滚动和<a-e>向上滚动
<a-n>
<a-e>
这可能吗?
你现在不能为菜单做键映射,你可以使用<C-f>和<C-b>向上/向下滚动。您还可以使用以下内容:
<C-f>
<C-b>
g
G
j
k