Skip to content

Instantly share code, notes, and snippets.

@fables-tales
Last active August 29, 2015 13:57
Show Gist options
  • Save fables-tales/9923857 to your computer and use it in GitHub Desktop.
Save fables-tales/9923857 to your computer and use it in GitHub Desktop.

#Vim ultrahardmode proposal

  • a single of hjklweb and so on is allowed
  • large motions: e.g. 10k and 10j are allowed
  • no insert mode

##Required leaders

  • map <leader>ei :s/^//<left> (insert into current line line)
  • map <leader>et :s///<left> (substitute on this line)
  • map <leader>eb :s/$/$\r/<cr>j:s/^//<left> (insert below this line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment