mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
Add peco config file
This commit is contained in:
@@ -18,6 +18,7 @@ SYMLINKS=( \
|
||||
gitignore \
|
||||
hgrc \
|
||||
irbrc \
|
||||
peco \
|
||||
powconfig \
|
||||
rspec \
|
||||
rubocop.yml \
|
||||
|
||||
16
peco/config.json
Normal file
16
peco/config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Keymap": {
|
||||
"C-v": "peco.SelectPreviousPage",
|
||||
"M-v": "peco.SelectNextPage",
|
||||
"C-g": "peco.Cancel",
|
||||
"M-Space": "peco.ToggleRangeMode",
|
||||
"M-c": "peco.CancelRangeMode"
|
||||
},
|
||||
"Style": {
|
||||
"Basic": ["on_default", "default"],
|
||||
"Matched": ["cyan"],
|
||||
"Query": ["default"],
|
||||
"SavedSelection": ["on_blue", "white"],
|
||||
"Selected": ["on_magenta", "default"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user