diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-12-30 15:04:18 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-12-30 15:04:18 +0100 |
commit | 9bb948196593d13de53edea212b1e6c920e425c7 (patch) | |
tree | 063df916634e815e50680da9b3111055e6318d11 | |
parent | 3099d3f9f367196c05820951f25a75116f0bbaaf (diff) |
Add ranger tags
-rw-r--r-- | ranger.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,3 +20,10 @@ Like in vim * `gc` - close * `uq` - restore tab * `M-<n>` - go to nth tab (create new if not exists) + +## Tags + +Files can have a single arbitrary tag, persistent between restarts. + +* `t` toggles/sets `*` tag +* `"<key>` toggles/sets `<key>` tag |