Created
July 20, 2018 06:42
-
-
Save alice1017/42c659507692ef4fa34f90b8bbe591c2 to your computer and use it in GitHub Desktop.
This file contains 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-j": "peco.SelectDown", | |
"C-k": "peco.SelectUp", | |
"C-d": "peco.ScrollPageDown", | |
"C-u": "peco.ScrollPageUp" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment