"Visual syntax off set termguicolors colorscheme habamax hi normal guifg=#dcd7d7 guibg=#242829 hi comment gui=italic hi string guifg=#bf739f set laststatus=0 let g:netrw_banner=0 "Formatting set tabstop=4 set shiftwidth=4 set softtabstop=4 set textwidth=80 set noexpandtab set nowrap set cindent set cinoptions=:0,l1,t0,g0,(0 "Functional set clipboard+=unnamedplus set incsearch set nohlsearch "Bindings let mapleader="," map e :Ex map ve :vswincmd lEx map t :vertical rightbelow terminal map b :buffers:b map q :q map sh :split map sv :verticalsplit set makeprg=./build.sh map m :make!:vertical rightbelow copen:wincmd = map n :cnext map g :grep!-rn.'' "Comments map cm I/*A*/0 map cd ^dwA0