Skip to content

Instantly share code, notes, and snippets.

@biiont
Created September 12, 2015 04:27
Show Gist options
  • Save biiont/399532f16ba6ce8ffbf8 to your computer and use it in GitHub Desktop.
Save biiont/399532f16ba6ce8ffbf8 to your computer and use it in GitHub Desktop.
Fix cursor movement and backspace in insert mode for vim.tiny.
" 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