Skip to content

Instantly share code, notes, and snippets.

@duff
Created March 14, 2010 20:16
Show Gist options
  • Save duff/332204 to your computer and use it in GitHub Desktop.
Save duff/332204 to your computer and use it in GitHub Desktop.
Autocomplete an entire line
^x^l In insert mode, complete a line
When there's more than one choice use the following to easily select the right one:
^n Get next choice
^p Get previous choice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment