We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
针对 Vim/Neovim 用户
vim-codelf
Plug 'voldikss/vim-codelf'
使用示例按键映射
inoremap <silent> <F9> <C-R>=codelf#start()<CR> nnoremap <silent> <F9> :call codelf#start()<CR>
<F9>
:Codelf [word]
:CodelfOpenBrowser [word]
The text was updated successfully, but these errors were encountered:
没有 GitHub 吗?
Sorry, something went wrong.
哦我给忘记了,我更新一下
No branches or pull requests
针对 Vim/Neovim 用户
链接
vim-codelf
安装
Plug 'voldikss/vim-codelf'
用法
使用示例按键映射
<F9>
或者执行命令:Codelf [word]
实现搜索并将结果作为补全候选:Codelf [word]
太慢等不了,可以用:CodelfOpenBrowser [word]
来一键打开浏览器并导航到在 coodelf 网站相应单词的搜索界面效果展示
The text was updated successfully, but these errors were encountered: