visual and caret mode navigation #1030
Unanswered
Craigdreams
asked this question in
Q&A
Replies: 1 comment
-
You may find all built-in VisualMode key mappings in: vimium-c/background/key_mappings.ts Lines 855 to 881 in 492caa7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, what are all possible visual and caret mode navigation commands? these are some of the ones iv found looking through the code:
"l": "forward character",
"h": "backward character",
"j": "forward line",
"k": "backward line",
"e": "forward word",
"b": "backward word",
"w": "forward vimword",
")": "forward sentence",
"(": "backward sentence",
"}": "forward paragraph",
"{": "backward paragraph",
"0": "backward lineboundary",
"$": "forward lineboundary",
"G": "forward documentboundary",
"gg": "backward documentboundary",
I believe this should also be added to the help menu.
Beta Was this translation helpful? Give feedback.
All reactions