diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ranger/luke_ranger_readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/ranger/luke_ranger_readme.md b/.config/ranger/luke_ranger_readme.md index c118444..51c5dd1 100644 --- a/.config/ranger/luke_ranger_readme.md +++ b/.config/ranger/luke_ranger_readme.md @@ -19,7 +19,9 @@ These are the basic key binds in ranger, even outside of my configs. Note that t ## Shortcuts -I've added many folder-specific shortcuts; refer to rc.conf for the specifics, but here's the idea. There are for "verbs:" +As I say in the main readme, there are shortcut commands generated for ranger +based on what bookmarked directories and files you give it. For directory +shortcuts, here are the "verbs": + g -- "go or cd" + t -- "new tab" @@ -31,7 +33,7 @@ These "verbs" take "nouns" or "arguments," like these: + d -- "~/Documents" + D -- "~/Downloads" + cf -- "~/.config" -+ And many others, including those you add! ++ And many others, including those you add to `~/.bmdirs`. Press any "verb" followed by any "argument" to perform a folder operation. "gd" will cd to ~/Documents, for example. "mD" will move the selected file(s) to ~/Downloads. "tcf" will create a new tab in ~/.config, etc. etc. |
