Vim desarrollando
Ctags.
- Ctrl+] - go to definition
- Ctrl+o - Jump back from the definition.
- Ctrl+W Ctrl+] - Open the definition in a horizontal split
Autocompletado
Básico
Ctrl+p / Ctrl+n : Palabra que se encuentren en los buffers.
omni
Activamos en .vimrc com:
set omnifunc=syntaxcomplete#Complete
<Ctrl + ]>: Tags file completion
<Ctrl + d>: Definition completion
<Ctrl + f>: Filename completion (based on files in $PWD)
<Ctrl + i>: Path pattern completion
<Ctrl + k>: Dictionary completion
<Ctrl + l>: Whole line completion
<Ctrl + n>: Keyword local completion
<Ctrl + o>: Omni completion completion
<Ctrl + v>: Command line completion