bookmarks moved once again!

This commit is contained in:
Luke Smith
2018-12-01 11:04:34 -05:00
parent c8f7a19f5a
commit cc6f194920
4 changed files with 15 additions and 14 deletions

View File

@@ -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.