diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-12-14 22:55:39 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-12-16 20:10:09 +0100 |
commit | 095dbfbce75a05ceb5e2aaf83637576fbbc9f0b9 (patch) | |
tree | 5064b849d82329be4b7d77a22a8ca8f301dcef45 | |
parent | 0c42a4198c2d9dfdba5b2af22414dca3dc7db2a2 (diff) | |
download | ranger-095dbfbce75a05ceb5e2aaf83637576fbbc9f0b9.tar.gz |
rc.conf: "Q" runs ":quitall" instead of ":quit!"
Closes #924.
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 8e73d557..d7f61550 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -273,7 +273,7 @@ alias travel scout -aefklst # =================================================================== # Basic -map Q quit! +map Q quitall map q quit copymap q ZZ ZQ |