vim simultaneous scrolling (scrollbind)

use scrollbind:
:set scb

vim c++

navigation and jumps

tags

ctags and cscope that are used by vim were made for c, not for c++. the navigation suffers. vim jumps on the incorrect tag, neglecting the owning class. the solution is:
use g] or :tj

open a definition

C-w c-]
a.vim plugin allows to swith with :A and split v with :AV