diff options
author | Robin Jarry <robin@jarry.cc> | 2022-02-02 22:11:14 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-02-02 22:12:08 +0100 |
commit | 923e949c058289a70a98adaf881948bcb59dcc7e (patch) | |
tree | eb9e62e97502fcff9e2269285e0f2a10d73819ff | |
parent | 1f99581f67ddfb4fdd83d2c570458392f5941501 (diff) | |
download | aerc-923e949c058289a70a98adaf881948bcb59dcc7e.tar.gz |
binds.conf: change default review bindings
Add missing :detach binding.
Ask user for confirmation when pressing 'q'.
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | config/binds.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf index dd7d5fc0..98f855a6 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -92,9 +92,10 @@ $ex = <C-x> y = :send<Enter> n = :abort<Enter> p = :postpone<Enter> -q = :abort<Enter> +q = :choose -o d discard abort -o p postpone postpone<Enter> e = :edit<Enter> a = :attach<space> +d = :detach<space> [terminal] $noinherit = true |