14 lines
137 B
Markdown
14 lines
137 B
Markdown
|
# Neovim Knowledge
|
||
|
|
||
|
## Disable Highlighting from search until the next search
|
||
|
|
||
|
```bash
|
||
|
:noh
|
||
|
```
|
||
|
|
||
|
## Go to specific line
|
||
|
|
||
|
```bash
|
||
|
42G
|
||
|
```
|