Skip to content

Instantly share code, notes, and snippets.

View shuqinlee's full-sized avatar

Shuqin Lee shuqinlee

View GitHub Profile
@shuqinlee
shuqinlee / .vimrc
Created March 18, 2019 10:54
Personal vim configuration
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Bundle 'scrooloose/nerdtree'
Plugin 'Yggdroot/indentLine'
Plugin 'Valloric/YouCompleteMe'
Plugin 'fholgado/minibufexpl.vim'
call vundle#end() " required
filetype plugin indent on " required"

Reload tmux conf without restarting tmux server

  • type current tmux prefix: Ctrl-B/Ctrl-A
  • type source-file ~/.tmux.conf