summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-20 23:35:56 +0100
committerTeddy Wing2017-12-20 23:35:56 +0100
commit6078fad17ccd5d7cd042d740a83596fdd14ce215 (patch)
tree7f965e4ea5ce7b3303df391f0b84dfc7793531c4
parente43d89cbba3cade58d12edb972fceaba08c58b08 (diff)
downloadKeyBindings-6078fad17ccd5d7cd042d740a83596fdd14ce215.tar.bz2
DefaultKeyBinding.dict: Add Aye Search key bindings
Apparently I hadn't committed these shortcuts when I wrote Aye Search. Save them to our config. These will start incremental and reverse-incremental searches.
-rw-r--r--DefaultKeyBinding.dict3
1 files changed, 3 insertions, 0 deletions
diff --git a/DefaultKeyBinding.dict b/DefaultKeyBinding.dict
index 8d24cf3..83ba260 100644
--- a/DefaultKeyBinding.dict
+++ b/DefaultKeyBinding.dict
@@ -322,4 +322,7 @@
// Real, honest-to-goodnes Save As...
"@~S" = (saveAs:);
+
+ "^s" = "ays_incrementalSearchForward:";
+ "^r" = "ays_incrementalSearchBackward:";
}