diff options
-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): """ |