Answer the question
In order to leave comments, you need to log in
Is there a vim tutorial like vimtutor but more advanced?
Good afternoon!
Tell me, are there any good tutorials on vim, but not for basic functionality, but for more advanced ones?
Interested in the context of working with c ++, gcc and gdb (if possible).
Answer the question
In order to leave comments, you need to log in
Look for plugins with the functionality you need. Vim is a text editor, not an IDE, and therefore there will be nothing in its documentation about working with programming languages.
You can start here:
https://github.com/akrawchyk/awesome-vim
vimawesome.com
For example, a list of plugins by the C/C++ tag - vimawesome.com/?q=tag:c%2B%2B
To avoid problems with plugins, first deal with the same Vundle - this is a plugin manager for Vim, it will greatly simplify the task :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question