diff options
author | hut <hut@lavabit.com> | 2013-02-13 04:06:57 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-13 04:07:19 +0100 |
commit | 3b762d11664a63c33fe0c6bb79b7f20c417c3980 (patch) | |
tree | ad06b9c30f9cc0a6aca3faad31e5adcc7c65869f | |
parent | f24817eece19aafba5dd7399c2dd3c212dacf29b (diff) | |
download | ranger-3b762d11664a63c33fe0c6bb79b7f20c417c3980.tar.gz |
config/commands: :filter as you type
As requested by Miodrag Milic
-rw-r--r-- | ranger/config/commands.py | 2 |
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): """ |