summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-09-09 14:11:04 -0400
committerrockerBOO <rockerboo@gmail.com>2020-09-09 14:11:04 -0400
commit2958dfc4d5cce52128500de52f9fa6522431836a (patch)
tree4c21a1a50cf0bd13333f701eb117b3b6b758cff9
parenta7256a0c3042c840d900754b41542fe7a7369e3d (diff)
fix: j/k in normal mode
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acfb2c5..f317661 100644
--- a/README.md
+++ b/README.md
@@ -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.