Created
October 30, 2019 14:16
-
-
Save constantlycoding/30d179271e0abb82cbfc8a34f9be926d to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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