There are thousands of vitutorials on the Internet , most of which are generally listed by all teams. There are even YouTube videos that show basic features.
But does anyone know about the vi tutorial, which focuses on the "strong" needs of programmers?
For example, when I program Perl with vi, going to the next paragraph is pointless.
I want to know which vi expert teams are coming together, for example:
- copy everything inside parentheses
- copy function
- copy and paste a variable (e.g. 2yw)
- and etc.
I am sure that there are many functions that use the capabilities of several files, as well as maps, macros, reading files for template code, searching for regular expressions, switching to functions, possibly minimal code completion or other functions that emulate what programmers are used to Visual Studio and Eclipse etc.
source
share