S
S
ssrdop2017-09-07 11:37:29
Programming
ssrdop, 2017-09-07 11:37:29

How can you move the cursor while typing without using the standard keys?

I am writing the code with a 10 finger system, but due to the fact that it is necessary to constantly move the cursor with standard arrows (they are far away), there is an inconvenience. Are there any combinations?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2017-09-07
@ssrdop

vi/vim allows you to move through text in a bunch of different ways, except for arrows.
Yes, and instead of arrows, you can use hjkl

K
Konstantin Tsvetkov, 2017-09-07
@tsklab

I am writing the code with a 10 finger system, but due to the fact that it is necessary to constantly move the cursor with standard arrows
When entering text, the cursor moves automatically - in fact, it indicates where the letter will be. If you mean indents, this is also automated in the IDE (you need to configure it as you like).
made a typo, you need to return to the previous character
Type everything, correct typos later with the mouse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question