Skip to content

Instantly share code, notes, and snippets.

@hpanago
Created November 7, 2017 20:15
Show Gist options
  • Save hpanago/8656b55d7e9ee013781c939e151bc01b to your computer and use it in GitHub Desktop.
Save hpanago/8656b55d7e9ee013781c939e151bc01b to your computer and use it in GitHub Desktop.
confs
set showcmd " Show (partial) command in status line.
set showmatch " Show matching brackets.
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
set incsearch " Incremental search
set autowrite " Automatically save before commands like :next and :make
set hidden " Hide buffers when they are abandoned
set mouse=a " Enable mouse usage (all modes)
syntax on
set nocompatible
"set number "show line numbers
set ruler " set file stats
set visualbell "set blink cursor on error instead of beeping
set encoding=utf-8
" Whitespace
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set noshiftround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment