diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-26 20:50:27 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-26 20:50:54 -0400 |
commit | 91a75cd98b705bd5e6689b154ecaca0e7c81630e (patch) | |
tree | 85fd35605953bad88f9ad2b3a5875f5490b59f09 /config | |
parent | ccf5c02c3815efbe3b2e495cbc6eaca9f017aefd (diff) | |
download | aerc-91a75cd98b705bd5e6689b154ecaca0e7c81630e.tar.gz |
Implement :search, :next-result, :prev-result
Diffstat (limited to 'config')
-rw-r--r-- | config/binds.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 8c4af95..75b02b3 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -42,6 +42,10 @@ $ = :term<space> ! = :term<space> | = :pipe<space> +/ = :search<space> +n = :next-result<Enter> +N = :prev-result<Enter> + [view] q = :close<Enter> | = :pipe<space> |