From dd09b861b9208967f04eb552451a9df546cab770 Mon Sep 17 00:00:00 2001 From: gotbletu Date: Thu, 6 Apr 2017 22:54:51 -0700 Subject: [PATCH] ranger quantifier --- ranger_file_locate_fzf.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ranger_file_locate_fzf.md b/ranger_file_locate_fzf.md index 549e492..ff54977 100644 --- a/ranger_file_locate_fzf.md +++ b/ranger_file_locate_fzf.md @@ -85,6 +85,19 @@ # refresh database sudo updatedb +### extra info + + From the Ranger man page : + + map key command + Assign the key combination to the given command. Whenever you type + the key/keys, the command will be executed. Additionally, if you use + a quantifier when typing the key, like 5j, it will be passed to the + command as the attribute "self.quantifier". + + In our case the quantifier is any key before pressing the fzf_select keybinding + + ### references - https://www.youtube.com/watch?v=C64LKCZFzME - http://ranger.nongnu.org/