Created
June 22, 2015 18:18
-
-
Save andrijan/0c0c8bda10e728e06570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 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