Once a connection between SNiFF+ and Vim is established, SNiFF+ uses Vim for all requests to display or edit source code.
Positioning Vim from SNiFF+
By double-clicking on a symbol in any SNiFF+ browser, Vim loads the corresponding source file and positions the cursor at the appropriate location.
Buffers in Vim
Vim can hold several buffers at once. To work with buffers, use the following commands:
Command |
Description
:ls
| Prints a list of currently loaded buffers
|
:b[uffer] <name>
| or :b[uffer] <number> Switches to the buffer specified by the filename or the number (as listed by
ls
)
| |