Skip to content

Instantly share code, notes, and snippets.

@sachin21
Created December 31, 2014 14:01
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 sachin21/bb63009559c185bc8ced to your computer and use it in GitHub Desktop.
Save sachin21/bb63009559c185bc8ced to your computer and use it in GitHub Desktop.
pecoをvim bindで使う
{
"Keymap": {
"C-j": "peco.SelectPrevious",
"C-k": "peco.SelectNext",
"C-c": "peco.Cancel",
"C-j": "peco.SelectDown",
"C-k": "peco.SelectUp",
"C-f": "peco.ScrollPageDown",
"C-b": "peco.ScrollPageUp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment