Skip to content

Instantly share code, notes, and snippets.

@kostorv
Last active February 13, 2019 09:43
Show Gist options
  • Save kostorv/92ebb73419358039b27162630e7f0a3b to your computer and use it in GitHub Desktop.
Save kostorv/92ebb73419358039b27162630e7f0a3b to your computer and use it in GitHub Desktop.
VIMRC preferences
set backspace=indent,eol,start
set fileencodings=ucs-bom,utf-8,latin1
set guicursor=n-v-c:block,o:hor50,i-ci:hor15,r-cr:hor30,sm:block,a:blinkon0
set helplang=en
set history=50
set hlsearch
set nomodeline
set ruler
color desert
set nu
set viminfo='20,\"50
" vim: set ft=vim :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment