diff options
| author | rockerBOO <rockerboo@gmail.com> | 2020-09-09 14:11:04 -0400 |
|---|---|---|
| committer | rockerBOO <rockerboo@gmail.com> | 2020-09-09 14:11:04 -0400 |
| commit | 2958dfc4d5cce52128500de52f9fa6522431836a (patch) | |
| tree | 4c21a1a50cf0bd13333f701eb117b3b6b758cff9 | |
| parent | a7256a0c3042c840d900754b41542fe7a7369e3d (diff) | |
fix: j/k in normal mode
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
