Skip to content

Instantly share code, notes, and snippets.

@adnasa
Created May 28, 2014 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adnasa/c5eaf4a31a8e8da91516 to your computer and use it in GitHub Desktop.
Save adnasa/c5eaf4a31a8e8da91516 to your computer and use it in GitHub Desktop.
VIM: normal mode new line
nmap <S-Enter> o<Esc> " new NEXT line in normal mode
nmap <S-Backspace> O<Esc> " new PREVIOUS line in normal mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment