summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubem Pacelli <rubem.engenharia@gmail.com>2023-12-03 20:08:03 -0300
committerGitHub <noreply@github.com>2023-12-03 20:08:03 -0300
commitdbd077435e4d63a625fc7c49c8ea048b5c3351ab (patch)
tree43719c707f78d89a9cfa628a7cfb5de8e97121c0
parent6689cfd79892d69bb6f2d972c8f99a6aaa81fac8 (diff)
Update cheatsheet_syntax.md
-rw-r--r--docs/cheatsheet_syntax.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/cheatsheet_syntax.md b/docs/cheatsheet_syntax.md
index 50011f2..4dbb74e 100644
--- a/docs/cheatsheet_syntax.md
+++ b/docs/cheatsheet_syntax.md
@@ -33,7 +33,11 @@ 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. 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 `%`.
+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. 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