Skip to content

Instantly share code, notes, and snippets.

@constantlycoding
Created October 30, 2019 14:16
Show Gist options
  • Select an option

  • Save constantlycoding/30d179271e0abb82cbfc8a34f9be926d to your computer and use it in GitHub Desktop.

Select an option

Save constantlycoding/30d179271e0abb82cbfc8a34f9be926d to your computer and use it in GitHub Desktop.
vimrc
if has('gui_running')
set go-=T " no toolbar
set lines=60 columns=108 linespace=0
set gfn=Consolas:h12:cANSI
endif
set nocp
set nu
colo morning
set ts=4
set et
set sw=4
set sts=4
inoremap jk <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment