fix: j/k in normal mode

This commit is contained in:
rockerBOO
2020-09-09 14:11:04 -04:00
parent a7256a0c30
commit 2958dfc4d5

View File

@@ -84,7 +84,7 @@ Mappings are fully customizable. Many familiar mapping patterns are setup as def
<C-v> go to file selection as a vertical split
<C-t> go to a file in a new tab
j/k next/previous (in insert mode)
j/k next/previous (in normal mode)
```
Attaching your own mappings is possible and additional information will come soon.