summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-06 03:49:15 +0200
committerhut <hut@lavabit.com>2010-04-06 03:49:15 +0200
commite08abbe803a3ff1814c9c5db1dea55ee8ca99571 (patch)
tree6dfe7011aa8b6414e1032832ed9516a04a3c2b7a
parent6ff604ba8bb484f570d033378006035a7c8d0b51 (diff)
downloadranger-e08abbe803a3ff1814c9c5db1dea55ee8ca99571.tar.gz
commands: added qall (alias for quit!)
-rw-r--r--ranger/defaults/commands.py1
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)