visual studio - how can i move the cursor in insert mode in viemu (w/o using the arrow keys)? -


Sometimes I just want to move either the left of the letters (or the end of the line) either left or right In fact to change some letters, skip the inclusion mode.

I do not know in Vimeo and Visual Studio, but in VIM, you can enter a command in inserted mode For & lt; Ctrl-O & gt; , so the & lt; Ctrl-o & gt; 2l will take you 2 characters to the left, and will move you at the end of the line.


Comments