P
P
pixik2016-10-20 17:57:03
vim
pixik, 2016-10-20 17:57:03

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

2 answer(s)
D
Danil Biryukov-Romanov, 2016-10-20
@urtow

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 :)

B
btpa, 2016-10-20
@btpa

So you need plugins.
Without them - nothing.
A dock / tutorial - then it will be associated with a specific plugin.
You will not find anything like this in the universal guide on C ++ and its debugging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question