Skip to content

Instantly share code, notes, and snippets.

@francisluong
Created July 30, 2014 21:24
Show Gist options
  • Save francisluong/0cf494bd64ffb74f6d69 to your computer and use it in GitHub Desktop.
Save francisluong/0cf494bd64ffb74f6d69 to your computer and use it in GitHub Desktop.
vimrc
:set ai
:set softtabstop=4 shiftwidth=4 expandtab
:set pastetoggle=<f5>
:nmap <C-n> :noh<CR>
:nmap <C-.> :bn<CR>
:nmap <C-,> :bp<CR>
:nmap <S-Tab> <<
:nmap <Tab> >>
:imap <S-Tab> <C-d>
:syntax enable
set hls
vnoremap > >gv
vnoremap < <gv
vnoremap <Tab> >gv
vnoremap <S-Tab> <gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment