Skip to content

Instantly share code, notes, and snippets.

@wolf-mtwo
Last active January 6, 2020 14:23
Show Gist options
  • Save wolf-mtwo/9ee6a5f6d1f786f32f4e325e000bc798 to your computer and use it in GitHub Desktop.
Save wolf-mtwo/9ee6a5f6d1f786f32f4e325e000bc798 to your computer and use it in GitHub Desktop.

Revisions

  1. wolf-mtwo revised this gist Jan 6, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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".
  2. wolf-mtwo revised this gist Jan 3, 2020. 1 changed file with 16 additions and 0 deletions.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original 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"
    }
    ]
  3. wolf-mtwo created this gist Jan 3, 2020.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    Setting ->

    [x] Detect Indentation
    [2] Tabs Size