Skip to content

Instantly share code, notes, and snippets.

View phraniiac's full-sized avatar
🎯
Focusing

Pranav Sharma phraniiac

🎯
Focusing
View GitHub Profile
@phraniiac
phraniiac / .vimrc
Last active January 17, 2016 07:17
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