Skip to content
New issue

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中如何修改自定义触发的快捷键,在vimrc中应该怎么设置 #11

Open
Franklyn1987 opened this issue Mar 15, 2024 · 1 comment

Comments

@Franklyn1987
Copy link

可以添加一个vundle安装指南,好像是可以用的,另外在wiki中也教一下如何自定义所有快捷键,把功能快捷键vimrc中如何设置,教一下

@luozhiya
Copy link
Contributor

luozhiya commented Mar 15, 2024

@Franklyn1987

现在已经支持 vundlevim-plug 等插件管理了,比如 vundle

call vundle#begin()
Plugin 'FittenTech/fittencode.vim'
call vundle#end()

如果想自定义触发快捷键,比如说改成 ctrl + k,可以在 vimrc 中添加这一行

inoremap <C-K> <C-O>:call CodeCompletion()<CR>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants