Skip to content

Instantly share code, notes, and snippets.

@andrijan
Created June 22, 2015 18:18
Show Gist options
  • Select an option

  • Save andrijan/0c0c8bda10e728e06570 to your computer and use it in GitHub Desktop.

Select an option

Save andrijan/0c0c8bda10e728e06570 to your computer and use it in GitHub Desktop.
" Let unite ignore .gitignore files
let g:unite_source_rec_async_command= 'ag --nocolor --nogroup --hidden -g ""'
" Custom AJ settings
imap jk <Esc>
imap jj <Esc>
noremap ss :w<CR>
noremap qq :q<CR>
map <LocalLeader>h :cprev<CR>
map <LocalLeader>l :cnext<CR>
nnoremap <Down> :m+<CR>==
nnoremap <Up> :m-2<CR>==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment