Skip to content

Commit 84648f1

Browse files
authored
fix(readme): incorrect key combination (#116)
1 parent af51a8a commit 84648f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ These mappings are disabled by default. (config: `mappings.extended`)
213213
`gcw` - Toggle from the current cursor position to the next word
214214
`gc$` - Toggle from the current cursor position to the end of line
215215
`gc}` - Toggle until the next blank line
216-
`gc5l` - Toggle 5 lines after the current cursor position
216+
`gc5j` - Toggle 5 lines after the current cursor position
217217
`gc8k` - Toggle 8 lines before the current cursor position
218218
`gcip` - Toggle inside of paragraph
219219
`gca}` - Toggle around curly brackets

0 commit comments

Comments
 (0)