Detect if a key does is bound to something in vim
Posted
by WishCow
on Stack Overflow
See other posts from Stack Overflow
or by WishCow
Published on 2010-03-20T16:44:58Z
Indexed on
2010/03/20
16:51 UTC
Read the original article
Hit count: 262
vim
|keybindings
I'd like to know if there is a way to figure out if a key does something in vim. I know that I can use :map
to see user-defined mappings, but is there something for the built-in stuff?
For example, I always had CTRL-W bound to close tab, because I thought that it was unused. After half a year, I found out that there are some sequences that use it, like CTRL-W CTRL-S to split the window, and it was a nightmare to retrain myself.
© Stack Overflow or respective owner