Skip to content

Instantly share code, notes, and snippets.

@cjpais
Created April 20, 2018 23:13
Show Gist options
  • Save cjpais/666e924c037909aaca8be043e05f177e to your computer and use it in GitHub Desktop.
Save cjpais/666e924c037909aaca8be043e05f177e to your computer and use it in GitHub Desktop.
syntax enable
set backspace=2
set nu
set softtabstop=4
set shiftwidth=4
set expandtab
filetype indent on
set showmatch
set incsearch
set hlsearch
set autoindent
setlocal textwidth=80
set ruler
set synmaxcol=128
set ttyfast
set ttyscroll=3
set lazyredraw
set runtimepath^=~/.vim/bundle/ctrlp.vim
colorscheme Oceanic
nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
set splitbelow
set splitright
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment