Linux vi arrow keys broken in insert mode

后端 未结 11 978
[愿得一人]
[愿得一人] 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条回答
  •  情歌与酒
    2020-12-02 06:43

    Ubuntu ships default with vim-tiny, which doesn't have all the bells and whistles that vim has.

    Do a quick sudo apt-get install vim to get all the juicy features that everyone's talking about.

提交回复
热议问题