Skip to content

Instantly share code, notes, and snippets.

@anekos
Created June 17, 2012 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anekos/2944628 to your computer and use it in GitHub Desktop.
Save anekos/2944628 to your computer and use it in GitHub Desktop.
コマンドラインを <Esc> でもあなたのこと、忘れない!!
mappings.addUserMap(
[modes.COMMAND_LINE],
['<Esc>'],
'I wish to escape to the blue sky.',
(function () {
if (this._history && this._history.save)
this._history.save();
events.onEscape();
}).bind(commandline),
{}
);
@anekos
Copy link
Author

anekos commented Jun 17, 2012

補完のプレビューも保存されちゃう問題がある

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment