A sintaxe geral das chaves de mapeamento é:
{cmd} {attr} {lhs} {rhs}
where
{cmd} is one of ':map', ':map!', ':nmap', ':vmap', ':imap',
':cmap', ':smap', ':xmap', ':omap', ':lmap', etc.
{attr} is optional and one or more of the following: <buffer>, <silent>,
<expr> <script>, <unique> and <special>.
More than one attribute can be specified to a map.
{lhs} left hand side, is a sequence of one or more keys that you will use
in your new shortcut.
{rhs} right hand side, is the sequence of keys that the {lhs} shortcut keys
will execute when entered.
Você pode tentar adicionar os seguintes códigos em .vimrc
nnoremap <F5> gt
nnoremap <F8> gT
Existem tutoriais detalhados disponíveis em outros lugares, veja:
- link Tutorial (Parte_1)
- link
- link