diff options
author | kt programs <ktprograms@gmail.com> | 2022-04-13 21:56:38 +0800 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-14 23:48:26 +0200 |
commit | dc271b4da2ac6e17303e284f1de18a340deebcd0 (patch) | |
tree | 9e1da5ecb32532d18d9dc1289c9b6fbec63339ea /config/binds.conf | |
parent | 6a87d8be721d4fc371844c71cc4ecc2d85b01c79 (diff) | |
download | aerc-dc271b4da2ac6e17303e284f1de18a340deebcd0.tar.gz |
binds: add binding for :open by default in viewer
Also move binding for :delete such that the :open, :save, :pipe command
bindings are grouped together.
Signed-off-by: kt programs <ktprograms@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/binds.conf')
-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 d53a99f8..4f67bbe4 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -58,9 +58,10 @@ N = :prev-result<Enter> [view] / = :toggle-key-passthrough<Enter>/ q = :close<Enter> +O = :open<Enter> +S = :save<space> | = :pipe<space> D = :delete<Enter> -S = :save<space> A = :archive flat<Enter> f = :forward<Enter> |