summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-02-21 00:18:43 +0100
committerRobin Jarry <robin@jarry.cc>2022-02-23 21:09:01 +0100
commit8f9a6335239052c676fbcf4d9ca0205ef15fdcf2 (patch)
treeedbac1bae4308ddf65576dc8ee9213cf651be2b6 /config
parent454606a9cd85923cc98e4d43ea8b8972de6a5e9c (diff)
downloadaerc-8f9a6335239052c676fbcf4d9ca0205ef15fdcf2.zip
commands: add expand-folder and collapse-folder
add the expand-folder and collapse-folder commands to navigate the directory tree view. Provide keybinds for a vi-like folder navigation experience. Signed-off-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/binds.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf
index 98f855a..7d8d32f 100644
--- a/config/binds.conf
+++ b/config/binds.conf
@@ -24,6 +24,8 @@ G = :select -1<Enter>
J = :next-folder<Enter>
K = :prev-folder<Enter>
+H = :collapse-folder<Enter>
+L = :expand-folder<Enter>
v = :mark -t<Enter>
V = :mark -v<Enter>