5U2BEZGMRUSG3OQM3VGNF3XINPCKRLGU7CJJDUVRHHORN3IED2HQC let g:airline_theme='onedark'" Enable Ubuntu Mono font w/ extra iconsset guifont=UbuntuMono\ Nerd\ Font\ Mono" Specialized mappings just for me :)let mapleader = ','" use normal regex when searching in normal/visual modennoremap / /\vvnoremap / /\v" ignore casing when searching w/ all lower-case lettersset ignorecaseset smartcase" easier way to clear search highlightingnnoremap <leader><space> :noh<cr>