Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View RecoX's full-sized avatar
🎯
Focusing

Lucas Recoaro RecoX

🎯
Focusing
View GitHub Profile
@jaywick
jaywick / keyboard.vssettings
Created February 1, 2018 06:14
Visual Studio 2015-17 shortcuts to make it similar to VS Code
<UserShortcuts>
<RemoveShortcut Command="Edit.CharTranspose" Scope="Text Editor">Ctrl+T</RemoveShortcut>
<RemoveShortcut Command="Edit.WordTranspose" Scope="Text Editor">Ctrl+Shift+T</RemoveShortcut>
<RemoveShortcut Command="Edit.GoToDeclaration" Scope="Global">Ctrl+F12</RemoveShortcut>
<RemoveShortcut Command="Edit.SelectCurrentWord" Scope="Text Editor">Ctrl+W</RemoveShortcut>
<RemoveShortcut Command="Edit.NextKeyTyped" Scope="VC Accelerator Editor">Ctrl+W</RemoveShortcut>
<RemoveShortcut Command="Edit.CompleteWord" Scope="Text Editor">Alt+Right Arrow</RemoveShortcut>
<RemoveShortcut Command="Edit.ExpandSelection" Scope="Text Editor">Ctrl+W</RemoveShortcut>
<RemoveShortcut Command="Edit.ContractseSelection" Scope="Text Editor">Ctrl+Shift+W</RemoveShortcut>
<RemoveShortcut Command="Edit.GoToReference" Scope="Global">Ctrl+R</RemoveShortcut>
@renaco
renaco / .gitconfig
Last active September 27, 2022 08:29
.gitconfig (Meld configuration on windows)
[merge]
tool = meld
[mergetool "meld"]
cmd = \"C:\\Program Files (x86)\\Meld\\Meld.exe\" "$LOCAL" "$BASE" "$REMOTE" "--output=$MERGED"
path = C:/Program Files (x86)/Meld/Meld.exe
trustExitCode = false
keepBackup = false
[diff]
tool = meld
@shawndumas
shawndumas / .gitconfig
Created August 5, 2013 19:08
Using WinMerge as the git Diff/Merge Tool on Windows 64bit
[mergetool]
prompt = false
keepBackup = false
keepTemporaries = false
[merge]
tool = winmerge
[mergetool "winmerge"]
name = WinMerge