notes/Ressources/dev/neovim.md
2022-02-22 11:27:27 +01:00

14 lines
137 B
Markdown

# Neovim Knowledge
## Disable Highlighting from search until the next search
```bash
:noh
```
## Go to specific line
```bash
42G
```