I am trying to modify a vim plugin created by susoren. Thus, I need more information about the lambdas such as \texttt{kbd-up}.
I saw from \texttt{Developer} \rightarrow \texttt{Browse Module Documentations} that these \texttt{kbd-?} are defined in \texttt{generic.generic.edit} module but I cannot find further information such as where the module is located.
I also want to check the shortcut source code in the emacs-like keybinding (such as \texttt{Ctrl+K}, which can be used inside \texttt{dd} in vim) and I don’t know where to find them.