Skip to content

Instantly share code, notes, and snippets.

@dinolupo
Last active September 26, 2018 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinolupo/b0cbcec4101b6290e6d6 to your computer and use it in GitHub Desktop.
Save dinolupo/b0cbcec4101b6290e6d6 to your computer and use it in GitHub Desktop.
VIMRC
syntax on
:colorscheme darkblue
:set tabstop=4
:set shiftwidth=4
":set expandtab
" Clear last search highlighting
nnoremap <Space> :noh<cr>
" If arrows key not working do the following
set nocompatible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment