If you run vi/vim in screen, when you press a cursor in insert mode, you get a new line + a character, which is a pain.
Configure vim to move around instead.
|
If you run vi/vim in screen, when you press a cursor in insert mode, you get a new line + a character, which is a pain. Configure vim to move around instead.
| |||||
feedback
|
|
Put the following in you ~/.exrc file
Note: ^[ is the “ctrl-v Esc” key presses. Copy and paste will not work. | |||
|
feedback
|
|
Start vi with
instead of
as vim isn't affected by this issue! | |||||
feedback
|
|
Arrow keys are nice, but you should try to get used to using "hjkl" to move around in vi. This always works, so you won't need to worry about changing the config file on every system where you have this problem. | |||
|
feedback
|