- 04/01/2018: 253
- 04/12/2018: 244.5
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 characters
| ,----+----+----+----+----+----. ,----+----+----+----+----+----. | |
| ESC , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,BSPC, | |
| |----+----+----+----+----+----| |----+----+----+----+----+----| | |
| TAB , Q , W , E , R , T , Y , U , I , O , P ,DEL , | |
| |----+----+----+----+----+----| |----+----+----+----+----+----| | |
| CTRL, A , S , D , F , G , H , J , K , L ,SCLN,QUOT, | |
| |----+----+----+----+----+----+----. ,----|----+----+----+----+----+----| | |
| LSFT, Z , X , C , V , B ,SPC , ENT , N , M ,COMM,DOT ,SLSH,RGHT, | |
| `----+----+----+--+-+----+----+----/ \----+----+----+----+----+----+----' | |
| ??? , FN ,SPC , ENT ,LGUI,LALT |
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 characters
| #!/usr/bin/env bash | |
| apt_install () | |
| { | |
| sudo apt-get -y install $1 | |
| } | |
| apt_is_installed () | |
| { |
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 characters
| Color: BLUE, Code: BFC | |
| Color: WHITE, Code: WFJ | |
| Color: BLACK, Code: NEM | |
| Color: WHITE, Code: WA | |
| Color: BLACK, Code: NN | |
| Color: WHITE, Code: WFK | |
| Color: WHITE, Code: WBK | |
| Color: GRAY, Code: GEC | |
| Color: GRAY, Code: GAL | |
| Color: GRAY, Code: GRA |
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 characters
| I: 10/25/17 08:23:36 - [main.c:250] Linux pewing-vm003 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux | |
| I: 10/25/17 08:23:36 - [main.c:222] Contents of /etc/lsb-release: | |
| I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_ID=Ubuntu | |
| I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_RELEASE=17.10 | |
| I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_CODENAME=artful | |
| I: 10/25/17 08:23:36 - [main.c:229] DISTRIB_DESCRIPTION="Ubuntu 17.10" | |
| I: 10/25/17 08:23:36 - [main.c:222] Contents of /etc/os-release: | |
| I: 10/25/17 08:23:36 - [main.c:229] NAME="Ubuntu" | |
| I: 10/25/17 08:23:36 - [main.c:229] VERSION="17.10 (Artful Aardvark)" | |
| I: 10/25/17 08:23:36 - [main.c:229] ID=ubuntu |
This page acts as a way to document the shortcuts I like to configure when working in Visual Studio. I generally set these up with the primary goals being to eliminate any/all use of the mouse and to try to mirror my Vim controls as closely as possible. I use VsVim; however, the functionality doesn't make everything I'd like to do possible, such as setting <Space> as the leader key and running Visual Studio commands via chords. This is my attempt to pseudo-vimify the IDE.
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 characters
| ! special | |
| *.foreground: #839496 | |
| *.background: #002b36 | |
| *.cursorColor: #839496 | |
| ! black | |
| *.color0: #073642 | |
| *.color8: #002b36 | |
| ! red |
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 characters
| ! special | |
| *.foreground: #eff0eb | |
| *.background: #282a36 | |
| *.cursorColor: #eff0eb | |
| ! black | |
| *.color0: #282a36 | |
| *.color8: #686868 | |
| ! red |