summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-13 04:06:57 +0100
committerhut <hut@lavabit.com>2013-02-13 04:07:19 +0100
commit3b762d11664a63c33fe0c6bb79b7f20c417c3980 (patch)
treead06b9c30f9cc0a6aca3faad31e5adcc7c65869f /ranger
parentf24817eece19aafba5dd7399c2dd3c212dacf29b (diff)
downloadranger-3b762d11664a63c33fe0c6bb79b7f20c417c3980.tar.gz
config/commands: :filter as you type
As requested by Miodrag Milic
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index 9d0f55a9..4dce770f 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1128,6 +1128,8 @@ class filter(Command):
         self.fm.set_filter(self.rest(1))
         self.fm.reload_cwd()
 
+    quick = execute
+
 
 class grep(Command):
     """