Reputation: 442
I am trying to edit my python file in vi, but my arrow keys are not working.
vim $HOME/.vimrc --> :set nocompatible
I tried arrow keys , Home, Delete and End keys in both vi and vim , but they are not working..
vi x.py
vim x.py
Upvotes: 4
Views: 14715
Reputation: 101
Arrow keys are useful when in insert mode. It may be that your vim installation is not a full one per Linux vi arrow keys broken in insert mode in which case follow the instructions in the answer by Han.
Upvotes: 3