ændrük wrote: > I've just settled on the following workaround. Seems to work well > enough for now, though the visual bell is quite annoying. > > noremap <C-k> <A-d><Tab> If you escape firefox keybindings like <A-d>, you don't get a visualbell. Try: :noremap <C-k> <C-v><A-d><Tab>