fix links
This commit is contained in:
@@ -9,8 +9,6 @@ requires:
|
|||||||
- writing/vim.md
|
- writing/vim.md
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Sample file](sc-im/sample.sc)
|
|
||||||
|
|
||||||
# Basic Commands
|
# Basic Commands
|
||||||
|
|
||||||
## See Cells
|
## See Cells
|
||||||
|
|||||||
@@ -54,9 +54,8 @@ brightnessctl s 10%-
|
|||||||
brightnessctl s 10%+
|
brightnessctl s 10%+
|
||||||
```
|
```
|
||||||
|
|
||||||
# Other Tricks
|
# Related
|
||||||
|
|
||||||
- [autologin](autologin.md)
|
- [autologin](distros/void/autologin.md)
|
||||||
- [services](sv.md)
|
- [services](distros/void/sv.md)
|
||||||
- [wifi](networking/wpa_supplicant.md)
|
|
||||||
|
|
||||||
|
|||||||
@@ -180,6 +180,6 @@ In this case, the makefile can see that `backup` depends on the current backup f
|
|||||||
|
|
||||||
# The Rest
|
# The Rest
|
||||||
|
|
||||||
- [File patterns](makefiles/patterns.md)
|
- [File patterns](system/makefiles/patterns.md)
|
||||||
- [Makefile graphs](makefiles/graph-easy.md)
|
- [Makefile graphs](system/makefiles/graph-easy.md)
|
||||||
- [In-build help](makefiles/help.md)
|
- [In-build help](system/makefiles/help.md)
|
||||||
|
|||||||
@@ -12,14 +12,6 @@ Turn a markdown file into a pdf:
|
|||||||
lowdown -stms "$FILE".md | pdfroff -itk -mspdf > "$FILE".pdf
|
lowdown -stms "$FILE".md | pdfroff -itk -mspdf > "$FILE".pdf
|
||||||
```
|
```
|
||||||
|
|
||||||
*Example:* put [this Makefile](lowdown/example.txt) in a directory, rename it `Makefile`, then do:
|
|
||||||
|
|
||||||
|
|
||||||
```sh
|
|
||||||
make example
|
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
To give the document a title, put that title in the metadata:
|
To give the document a title, put that title in the metadata:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
@@ -25,3 +25,4 @@ Keybind to exit this mode is `Ctrl+q`
|
|||||||
- [Completion](vim/completion.md)
|
- [Completion](vim/completion.md)
|
||||||
- [Window Splits](vim/windows.md)
|
- [Window Splits](vim/windows.md)
|
||||||
- [Use vim bindings in bash](vim/vim_in_bash.md)
|
- [Use vim bindings in bash](vim/vim_in_bash.md)
|
||||||
|
- [A game to learn how to code in Vim](https://www.vim-hero.com/)
|
||||||
|
|||||||
Reference in New Issue
Block a user