summaryrefslogtreecommitdiffstats
path: root/peco
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-21 05:40:10 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commitaff278c597c48d05c634ba6563177de967d3fe84 (patch)
tree414222d463750dd5ac020afcec86241cb144fdd7 /peco
parent61e487df8884b942c5d05160e813a2afbf226b31 (diff)
downloadconf-aff278c597c48d05c634ba6563177de967d3fe84.tar.gz
conf-aff278c597c48d05c634ba6563177de967d3fe84.zip
add anyframe plugin
Diffstat (limited to 'peco')
-rw-r--r--peco/config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/peco/config.json b/peco/config.json
new file mode 100644
index 0000000..dc34efd
--- /dev/null
+++ b/peco/config.json
@@ -0,0 +1,11 @@
+{
+ "Keymap": {
+ "Tab": "peco.SelectDown",
+ "M-[,Z": "peco.SelectUp"
+ },
+ "Style": {
+ "SavedSelection": ["white", "on_yellow", "bold"],
+ "Selected": ["black", "on_cyan"],
+ "Matched": ["red", "bold"]
+ }
+}