mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
ranger quantifier
This commit is contained in:
parent
4ff08db754
commit
dd09b861b9
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user