Skip to content
View UnnamedXAer's full-sized avatar
  • Poland, Rzeszów
  • 00:56 (UTC +01:00)

Block or report UnnamedXAer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
UnnamedXAer/README.md

UnnamedXAer

+ 1

Pinned Loading

  1. vscode settings, mostly vim keybindings vscode settings, mostly vim keybindings
    1
    //C:\Users\ME\AppData\Roaming\Code\User\profiles\7a7a7a7a\
    2
    // Place your key bindings in this file to override the defaults
    3
    [
    4
      {
    5
        "key": "ctrl+n",
  2. Random useful stuff Random useful stuff
    1
    git config --global alias.diffw 'diff --word-diff=color'
    2
    git config --global alias.diffc 'diff --name-only --diff-filter=U'
    3
    git config --global alias.difff 'diff --name-only'
    4
    git config --global alias.adog "log --all --decorate --oneline --graph"
    5
    git config --global alias.adogf "log --all --decorate --graph"