diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2017-11-28 22:06:55 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2017-11-28 22:06:55 +0000 |
commit | f4bf8bc6f645f1aeb396effd17f1afdd6b909a75 (patch) | |
tree | 03e80eeb53e5b54f551fce6f5b97c31acfb4e2a3 /files/imv_config | |
parent | 11e52cb5d877520de730f56d9725c93fcc7bf3c5 (diff) | |
download | imv-f4bf8bc6f645f1aeb396effd17f1afdd6b909a75.tar.gz |
Allow aliases to be configured
Diffstat (limited to 'files/imv_config')
-rw-r--r-- | files/imv_config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/imv_config b/files/imv_config index 49fffdf..d7f6438 100644 --- a/files/imv_config +++ b/files/imv_config @@ -35,7 +35,16 @@ # Disable imv's builtin binds so they don't conflict with the ones in this config suppress_default_binds = true +[aliases] +# Create some command aliases +q = quit +next = select_rel 1 +previous = select_rel -1 +n = select_rel 1 +p = select_rel -1 + [binds] +# Add some custom key bindings to imv # Some keys have special names: # < -> Less |