S
S
Slash2018-02-24 19:49:42
vim
Slash, 2018-02-24 19:49:42

Most efficient document traversal -vim?

5a919649bab38053877680.png
1. You can, of course, just move around by typing "lllll"
2. You can randomly say something like "10w"
3. You can, for example, "fg", but if you need to use the letter "o".
Vertical movement is easier by line number, but horizontal movement is more difficult. I, in principle, can put the cursor with the mouse, but this is not about vim

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2018-02-24
@Slasj

/searchstringforward
?searchstringbackward
f<desired character in the current line forward>
F<desired character in the current line backwards>
And in general,
vi-vim-dvorak-cheat-sheet.gif

S
Stanislav Pugachev, 2018-02-24
@Stqs

b and w have already been canceled chtol?

V
Valentine, 2018-02-25
@vvpoloskin

Why move here at all, if you can :s/back/front/
You have to dance on what needs to be done, and not on simply moving the cursor.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question