Skip to content

Instantly share code, notes, and snippets.

View mtusman's full-sized avatar

mtusman

  • London, United Kingdom
View GitHub Profile
@mtusman
mtusman / vim
Created September 29, 2020 13:24
set nocompatible " be iMproved, required
filetype off " required
let g:dracula_italic = 0
set termguicolors
" This is only necessary if you use "set termguicolors".
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
" fixes glitch? in colors when using vim with tmux