Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created April 15, 2009 11:09
Show Gist options
  • Save hotchpotch/95721 to your computer and use it in GitHub Desktop.
Save hotchpotch/95721 to your computer and use it in GitHub Desktop.
mappings.addUserMap([modes.COMMAND_LINE], ['<C-i>'], 'show list', function() {
liberator.eval('completions.complete(true, false); completions.itemList.show();', commandline.input);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment