Skip to content

Instantly share code, notes, and snippets.

@SerCeMan
Last active November 19, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SerCeMan/8901489 to your computer and use it in GitHub Desktop.
Save SerCeMan/8901489 to your computer and use it in GitHub Desktop.
My vimrc
set nocp
set number
set ignorecase
set expandtab
set tabstop=4 " The width of a TAB is set to 4.
set shiftwidth=4 " Indents will have a width of 4
set softtabstop=4 " Sets the number of columns for a TAB
set autoindent
set keymap=russian-jcukenwin
set iminsert=0
set imsearch=0
highlight lCursor guifg=NONE guibg=Cyan
set clipboard=unnamedplus
set pastetoggle=<F2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment