diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-15 19:36:19 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-15 19:36:19 +0200 |
commit | ebb444dda1116bf14e8c93499360a1a2a001da95 (patch) | |
tree | c47397787fac6b5f47b2e8674f7fc2c47b371d58 | |
parent | da0252ff986c8e365f8252a95ba2eedd529f135c (diff) | |
download | sdn-ebb444dda1116bf14e8c93499360a1a2a001da95.tar.gz sdn-ebb444dda1116bf14e8c93499360a1a2a001da95.tar.xz sdn-ebb444dda1116bf14e8c93499360a1a2a001da95.zip |
README: add an example of configuring bindings
-rw-r--r-- | README.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 320e132..3e713af 100644 --- a/README.adoc +++ b/README.adoc @@ -104,6 +104,17 @@ input Filename colors are taken from the `LS_COLORS` environment variable. Run `dircolors` to get some defaults. +Bindings +-------- +To obtain more vifm-like controls, you may write the following to your +'~/.config/sdn/bindings' file: + +.... +normal h parent +normal l choose +normal ? help +.... + Similar software ---------------- * https://elvish.io/ is an entire shell with an integrated ranger-like file |