Vim has templates and idioms programming and other similar stuff.
For example, the c.vim : C/C++ IDE plugin for vim provides this programming support.
QtCreator has FakeVim.
How can I adjust FakeVim to use those things?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think you can. FakeVim is not a proper vim, if I understood it correctly, but just an implementation of some of the vim commands inside QtCreator. That means that it will behave in a manner similar to vim only for those features that they have implemented.