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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -