Skip to content

Instantly share code, notes, and snippets.

@phraniiac
Last active January 17, 2016 07:17
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 phraniiac/68e2b4fd32bf3cc98678 to your computer and use it in GitHub Desktop.
Save phraniiac/68e2b4fd32bf3cc98678 to your computer and use it in GitHub Desktop.
My vimrc file
nmap <silent> <A-Up> :wincmd k<CR>
nmap <silent> <A-Down> :wincmd j<CR>
nmap <silent> <A-Left> :wincmd h<CR>
nmap <silent> <A-Right> :wincmd l<CR>
nmap <silent> <C-S> :vsplit<CR>
:syntax on
:set ruler number ignorecase autoindent expandtab tabstop=4 showcmd incsearch nowrap nobackup noerrorbells shortmess+=A guifont=Monospace\ 10 :q
syn on
syntax enable
set background=dark
colorscheme slate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment