summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkt programs <ktprograms@gmail.com>2022-04-13 21:56:38 +0800
committerRobin Jarry <robin@jarry.cc>2022-04-14 23:48:26 +0200
commitdc271b4da2ac6e17303e284f1de18a340deebcd0 (patch)
tree9e1da5ecb32532d18d9dc1289c9b6fbec63339ea /config
parent6a87d8be721d4fc371844c71cc4ecc2d85b01c79 (diff)
downloadaerc-dc271b4da2ac6e17303e284f1de18a340deebcd0.zip
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')
-rw-r--r--config/binds.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf
index d53a99f..4f67bbe 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>