Skip to content

Instantly share code, notes, and snippets.

View shriwand's full-sized avatar

Ivan Sharavuev shriwand

View GitHub Profile
@shriwand
shriwand / vimdiff.md
Created June 2, 2020 08:36 — forked from mattratleph/vimdiff.md
vimdiff cheat sheet

vimdiff cheat sheet

##git mergetool

In the middle file (future merged file), you can navigate between conflicts with ]c and [c.

Choose which version you want to keep with :diffget //2 or :diffget //3 (the //2 and //3 are unique identifiers for the target/master copy and the merge/branch copy file names).

:diffupdate (to remove leftover spacing issues)

:only (once you’re done reviewing all conflicts, this shows only the middle/merged file)

@shriwand
shriwand / cloudSettings
Last active October 9, 2019 07:38
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-10-09T07:38:37.086Z","extensionVersion":"v3.4.3"}