Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Created June 27, 2014 00:02
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 akhenakh/7542a3f3f0431b19b3f8 to your computer and use it in GitHub Desktop.
Save akhenakh/7542a3f3f0431b19b3f8 to your computer and use it in GitHub Desktop.
Peco simple config file and examples
{
"Keymap": {
"C-p": "peco.SelectPrevious",
"C-n": "peco.SelectNext",
"Tab": "peco.ToggleSelectionAndSelectNext",
"C-r": "peco.RotateMatcher"
}
}
#alias pll='ls | peco | xargs ls -l'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment