Skip to content

Instantly share code, notes, and snippets.

View thevan96's full-sized avatar
🏠
Working from home

Van The Vo thevan96

🏠
Working from home
View GitHub Profile
@thevan96
thevan96 / .tmux.conf
Last active September 28, 2025 15:29
Tmux config
# Set default terminal
set -g default-terminal "${TERM}"
set -g terminal-overrides ',*256col*:Tc'
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
# Set config stuff
set -g mouse on
set -g escape-time 0
set -g focus-events on
@thevan96
thevan96 / .vimrc
Last active September 28, 2025 15:25
Vim vanila
"--- General setting ---"
set nocompatible
set autoread autowrite
set nobackup nowritebackup noswapfile
set hlsearch incsearch
set spelllang=en_us encoding=utf-8
set list listchars=tab:»\ ,lead:·,multispace:··,nbsp:•,trail:■
set fillchars=fold:\ ,vert:\│,stl:_,stlnc:_
set showbreak=↳\ |
set laststatus=2 ruler signcolumn=no