Skip to content

Instantly share code, notes, and snippets.

@geffrak
Last active June 15, 2020 21:52
Show Gist options
  • Save geffrak/c77e90207491cacf3979ffed1a118028 to your computer and use it in GitHub Desktop.
Save geffrak/c77e90207491cacf3979ffed1a118028 to your computer and use it in GitHub Desktop.
syntax on
set visualbell
set encoding=utf-8
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set noshiftround
set scrolloff=3
set backspace=indent,eol,start
set matchpairs+=<:>
set hidden
set ttyfast
nnoremap / /\v
vnoremap / /\v
set hlsearch
set incsearch
set ignorecase
set smartcase
set showmatch
map <leader><space> :let @/=''<cr>
set listchars=tab:▸\ ,eol:¬
set t_Co=256
set background=dark
let g:solarized_termcolors=256
let g:solarized_termtrans=1
:set rnu
:set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment