summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubem Pacelli <rubem.engenharia@gmail.com>2023-12-03 21:44:48 -0300
committerGitHub <noreply@github.com>2023-12-03 21:44:48 -0300
commit924ffb82ad02d1c1a183b435b8c2f93642893bf3 (patch)
tree6a917b6c00a093763617bd072171579156cb5e11
parent2af65719e6764fa38d1a003fda77d1bd1624e5c8 (diff)
Update cheatsheet_syntax.md
-rw-r--r--docs/cheatsheet_syntax.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/cheatsheet_syntax.md b/docs/cheatsheet_syntax.md
index c5a44b6..ace9df6 100644
--- a/docs/cheatsheet_syntax.md
+++ b/docs/cheatsheet_syntax.md
@@ -31,18 +31,6 @@ Lines starting with:
All the other non-empty lines are considered as executable commands.
-### Folder structure
-
-By default, the `.cheat` files should be stored at `~/.local/share/navi/cheats/`, but you can add more paths in the in the [config file](https://github.com/denisidoro/navi/blob/master/docs/config_file.md). The command
-```
-navi info cheats-path
-```
-prints to you all paths used to search for `.cheat` files. You can also use the `--path` option to pass custom colon-separed paths to `navi` at runtime, e.g.,
-```
-navi --path '/some/dir:/other/dir'
-```
-It's irrelevant how many files are used to store cheatsheets. They can be all in a single file if you wish, as long as you split them accordingly with lines starting with `%`.
-
### Variables
The interface prompts for variable names inside brackets (eg `<branch>`).