Linux vi arrow keys broken in insert mode

后端 未结 11 973
[愿得一人]
[愿得一人] 2020-12-02 06:18

My arrow keys don\'t work in vi in insert mode at home, they just each insert a newline and a capital letter, like \'A\'. Is there a way to fix that?

11条回答
  •  萌比男神i
    2020-12-02 06:28

    I had same issue with arrow keys, but when I used did that set nocp or nocompatible then my backspace didn't work correctly

    for some reason when I installed vim with sudo apt-get install vim, vi didn't had any issues with arrows or backspace anymore

提交回复
热议问题