Arrow keys in VI editor - grant-guo/Ideas GitHub Wiki
When using vi
in Terminator 2.0
and entering edit
mode, pressing arrow keys inserts characters instead of moving the cursor.
In the home directory, create the following file:
vi .exrc
put the following into the file
set nocompatible
or run the following command
echo "set nocompatible" >> ~/.vimrc