Screenshots, backup, and overview of my development settings for my own reference. If it's useful to others then that's cool
- Showing
- file type glyphs from VimDevIcons
- font from Nerd Fonts
- Showing
- custom separators and column number glyphs from Powerline Extra Symbols
- file type glyphs from VimDevIcons
- custom syntastic glyphs
let g:syntastic_style_error_symbol = '⚡' let g:syntastic_error_symbol = '✗' let g:syntastic_warning_symbol = '⚠'
- Vim JS development related plugins in use
- Showing Shrey Banga's Powerline Shell
alias | command |
---|---|
g |
git |
gb |
git branch |
gcam |
git commit -a -m |
gco |
git checkout |
gd |
git diff |
gdc |
git diff --cached |
gk |
gitk & |
gka |
gitk --all & |
gp |
git pull |
grev |
git rev-parse HEAD |
gs |
git status |
gfpull |
git fetch pull |
gfpush |
git fetch push |
gt |
git track |
gv |
git version |
- todo