Skip to content
Discussion options

You must be logged in to vote

Window mode and other minor modes like space mode, goto mode, view mode, etc. are just groups of keybindings. There isn't a way to rebind all of the keys in a minor mode currently - you need to remap each of commands in the mode to a new key:

[keys.normal.";".w]
w = "rotate_view"
s = "hsplit"
v = "vsplit"
# ... etc. ...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vincevargadev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants