Skip to content

Instantly share code, notes, and snippets.

@easoncxz
Created March 21, 2015 04:43
Show Gist options
  • Save easoncxz/70bae601999c25602b7a to your computer and use it in GitHub Desktop.
Save easoncxz/70bae601999c25602b7a to your computer and use it in GitHub Desktop.
vimrc temp
set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set list
set listchars=tab:\|\
set mouse=a
set hlsearch
set incsearch
set number
set relativenumber
set ruler
set showcmd
filetype plugin on
syntax on
nnoremap <CR> :let @/ = ''<CR>
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment