keyboard - Where in vim help can I find all abreviations for keys like Ctrl, alt, etc? -
in vim , ctags tips , tricks, there mappings like:
map <c-\> :tab split<cr>:exec("tag ".expand("<cword>"))<cr> map <a-]> :vsp <cr>:exec("tag ".expand("<cword>"))<cr> from experience, know <cr> "carriage return", , <c-/> ctrl+\. <a-]>? , can find in vim's docs of keyboard keys abbreviations?
:help notation
you have scroll down bit give table want it's there. <a-]> alt + ]
Comments
Post a Comment