diff options
author | hut <hut@lavabit.com> | 2010-04-06 03:49:15 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-06 03:49:15 +0200 |
commit | e08abbe803a3ff1814c9c5db1dea55ee8ca99571 (patch) | |
tree | 6dfe7011aa8b6414e1032832ed9516a04a3c2b7a | |
parent | 6ff604ba8bb484f570d033378006035a7c8d0b51 (diff) | |
download | ranger-e08abbe803a3ff1814c9c5db1dea55ee8ca99571.tar.gz |
commands: added qall (alias for quit!)
-rw-r--r-- | ranger/defaults/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py index b20c7178..c0e1ccf1 100644 --- a/ranger/defaults/commands.py +++ b/ranger/defaults/commands.py @@ -515,4 +515,5 @@ def command_generator(start): alias(e=edit, q=quit) # for unambiguity alias(**{'q!':quit_now}) +alias(qall=quit_now) |