diff --git a/src/excmds.ts b/src/excmds.ts index 0e319085..25b9e018 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -3068,6 +3068,8 @@ export function bindurl(pattern: string, mode: string, keys: string, ...excmd: s * * e.g, * keymap ę e + * + * See `:help keytranslatemodes` to enable keymaps in modes other than normal mode. */ //#background export function keymap(source: string, target: string) {