diff options
author | Kalyan Sriram <kalyan@coderkalyan.com> | 2021-11-13 06:35:44 +0000 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2021-11-13 15:20:54 +0100 |
commit | 88d28908d2b2cd9d416bce76f384153ba1267cdb (patch) | |
tree | 66a7502f6d8c9155e1047ff398288e6776c49a3c | |
parent | d7bda10f3e1f76f70fa67908d1631632e8498d16 (diff) | |
download | aerc-88d28908d2b2cd9d416bce76f384153ba1267cdb.tar.gz |
binds: add escape to clear search
-rw-r--r-- | config/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index abfd77e0..dd7d5fc0 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -49,6 +49,7 @@ $ = :term<space> \ = :filter<space> n = :next-result<Enter> N = :prev-result<Enter> +<Esc> = :clear<Enter> [view] q = :close<Enter> |