Vim-navigator is a simple plugin which acts like web browser's navigator. You can mark the positions under current cursor and move forward or backward between them.
:NavMarkmarks the current cursor position:NavBackmoves to previous cursor position:NavForwardmoves to next cursor position
Pathogen
cd ~/.vim/bundle
git clone git://github.com/imjustfly/vim-navigator.git
VimPlug
Place this in your .vimrc:
Plug 'imjustfly/vim-navigator'
Then run the following in you Vim:
:source %
:PlugInstall
NeoBundle
Place this in your .vimrc:
NeoBundle 'imjustfly/vim-navigator'Then run the following in Vim:
:source %
:NeoBundleInstall