Last active
January 6, 2020 14:23
-
-
Save wolf-mtwo/9ee6a5f6d1f786f32f4e325e000bc798 to your computer and use it in GitHub Desktop.
Revisions
-
wolf-mtwo revised this gist
Jan 6, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Setting -> [x] Detect Indentation [2] Tabs Size commit Hit Ctrl + Shift + Z (PC) I configured the keybindings by opening the keybindings editor with "File"->"Preferences"->"Keyboard Shortcuts". Then I double-clicked the "Stage Changes" command, and pressed CTRL+T followed by ENTER to assign it. Did the same for "Unstage Changes". -
wolf-mtwo revised this gist
Jan 3, 2020 . 1 changed file with 16 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,3 +2,19 @@ Setting -> [x] Detect Indentation [2] Tabs Size I configured the keybindings by opening the keybindings editor with "File"->"Preferences"->"Keyboard Shortcuts". Then I double-clicked the "Stage Changes" command, and pressed CTRL+T followed by ENTER to assign it. Did the same for "Unstage Changes". My keybindings.json file looks like this: // Place your key bindings in this file to overwrite the defaults [ { "key": "ctrl+t", "command": "git.stage" }, { "key": "ctrl+u", "command": "git.unstage" } ] -
wolf-mtwo created this gist
Jan 3, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Setting -> [x] Detect Indentation [2] Tabs Size