Skip to content

Instantly share code, notes, and snippets.

View andyzg's full-sized avatar
💩
Hello friend.

Andy Zhang andyzg

💩
Hello friend.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am andyzg on github.
  • I am andyzg (https://keybase.io/andyzg) on keybase.
  • I have a public key ASDYl8VCWEgIY_49G5FIhIK2_1TF1TWBT9rV-rBy-wJWewo

To claim this, I am signing this object:

@andyzg
andyzg / .vimrc
Created August 12, 2017 23:03
Andy vimrc
set shell=/bin/bash
syntax enable
set t_Co=256
colorscheme solarized
set background=dark
autocmd! GUIEnter * set vb t_vb=
" Add line above/below without insert mode
nmap <C-k> O<Esc>j