Skip to content

Instantly share code, notes, and snippets.

View tiev's full-sized avatar

Viet (Drake) Tran tiev

  • Employment Hero
  • Ho Chi Minh City, Vietnam
View GitHub Profile
@tiev
tiev / imap-search
Created February 21, 2019 07:22 — forked from martinrusev/imap-search
IMAP Search criteria
@tiev
tiev / zsh.md
Created August 19, 2014 03:54 — forked from tsabat/zsh.md
@tiev
tiev / .tmux.conf
Created August 16, 2014 08:09
My tmux config file
###########################
# Configuration
###########################
# increase scroll-back history
set -g history-limit 5000
# use vim key bindings
setw -g mode-keys vi
"START Vundle session
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')