Created
June 12, 2014 02:29
-
-
Save kentaro/c76cdf6b99203620a3a0 to your computer and use it in GitHub Desktop.
percolで使ってたキーバインドとあわせる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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