Hi, Meino Christian Cramer wrote: > > is there any way to check, whether a certain key is already in use > by vim or a map command, which is executed via the files read on > start up of vim ? > > I dont mean: reading the output of :map and look for that key. > Something like "describe-key" in Emacs -- but it only needs to > return "occupied" or "unused" (or equivalent).
have a look at :help maparg() and :help mapcheck() Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin)
