List of all default binds and how to unbind them all #2022
Answered
by
CatsDeservePets
omnigenous
asked this question in
Q&A
-
Is there a config with all the default settings? And can I unbind all binds ( |
Beta Was this translation helpful? Give feedback.
Answered by
CatsDeservePets
Jun 28, 2025
Replies: 1 comment 2 replies
-
I think I will slowly go through MAN Pages, maybe write some REGEX... Still it would be nice to have config file with all the default |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! You can use
maps
andcmaps
to show all normal mode and command line bindings. There is alsoclearmaps
which removes all normal mode bindings. You also also use the commanddoc
to showlf
s man page right insidelf
where you can find a list of all default bindings and settings (and more).