2014-11-23 14 views

Antwort

9

Sie tun es über Ihre _vsvimrc Datei.

Dies sollte den Trick:

nnoremap gb :vsc View.NavigateBackward<CR>

Sie auch Befehle Erweiterung zuordnen können, von ReSharper solche wie:

nnoremap gi :vsc Resharper.Resharper_GotoImplementation<CR>

Die vollständige Dokumentation ist hier: https://github.com/jaredpar/VsVim/wiki/VsVim-Nonstandard-Behavior

Verwandte Themen