Created
September 12, 2015 04:27
-
-
Save biiont/399532f16ba6ce8ffbf8 to your computer and use it in GitHub Desktop.
Fix cursor movement and backspace in insert mode for vim.tiny.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Fix cursor movement and backspace in insert mode for vim.tiny. | |
set nocompatible | |
set backspace=indent,eol,start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment