Skip to content

Instantly share code, notes, and snippets.

@kentaro
Created June 12, 2014 02:29
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 kentaro/c76cdf6b99203620a3a0 to your computer and use it in GitHub Desktop.
Save kentaro/c76cdf6b99203620a3a0 to your computer and use it in GitHub Desktop.
percolで使ってたキーバインドとあわせる
{
"Keymap": {
"C-p": "peco.SelectPrevious",
"C-n": "peco.SelectNext",
"C-g": "peco.Finish",
"C-g": "peco.Cancel"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment