summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)