|
@ -116,6 +116,7 @@ nmap <C-X> <nop> |
|
|
vmap <C-X> <nop> |
|
|
vmap <C-X> <nop> |
|
|
nnoremap <leader>gn :GitGutterNextHunk<CR> |
|
|
nnoremap <leader>gn :GitGutterNextHunk<CR> |
|
|
nnoremap <leader>gp :GitGutterPreviousHunk<CR> |
|
|
nnoremap <leader>gp :GitGutterPreviousHunk<CR> |
|
|
|
|
|
nnoremap <leader>gv :Gvdiffsplit<CR> |
|
|
nnoremap <leader>an :ALENext<CR> |
|
|
nnoremap <leader>an :ALENext<CR> |
|
|
nnoremap <leader>ap :ALEPrevious<CR> |
|
|
nnoremap <leader>ap :ALEPrevious<CR> |
|
|
inoremap <expr> <CR> (pumvisible() ? "\<c-y>\<cr>" : "\<CR>") |
|
|
inoremap <expr> <CR> (pumvisible() ? "\<c-y>\<cr>" : "\<CR>") |
|
@ -139,8 +140,6 @@ augroup END |
|
|
augroup dirvish_config |
|
|
augroup dirvish_config |
|
|
autocmd! |
|
|
autocmd! |
|
|
|
|
|
|
|
|
" \ unmap <buffer> p |
|
|
|
|
|
" |
|
|
|
|
|
autocmd FileType dirvish |
|
|
autocmd FileType dirvish |
|
|
\ nmap <silent><buffer> o <Plug>(dovish_create_file) |
|
|
\ nmap <silent><buffer> o <Plug>(dovish_create_file) |
|
|
\ | nmap <silent><buffer> O <Plug>(dovish_create_file) |
|
|
\ | nmap <silent><buffer> O <Plug>(dovish_create_file) |
|
@ -150,14 +149,5 @@ augroup dirvish_config |
|
|
\ | xmap <silent><buffer> yy <Plug>(dovish_yank) |
|
|
\ | xmap <silent><buffer> yy <Plug>(dovish_yank) |
|
|
\ | nmap <silent><buffer> p <Plug>(dovish_copy) |
|
|
\ | nmap <silent><buffer> p <Plug>(dovish_copy) |
|
|
|
|
|
|
|
|
autocmd FileType dirvish |
|
|
|
|
|
\ hi! link DirvishGitModified orange |
|
|
|
|
|
\ | hi! link DirvishGitStaged yellow |
|
|
|
|
|
\ | hi! link DirvishGitRenamed magenta |
|
|
|
|
|
\ | hi! link DirvishGitUnmerged violet |
|
|
|
|
|
\ | hi! link DirvishGitIgnored base2 |
|
|
|
|
|
\ | hi! link DirvishGitUntracked base2 |
|
|
|
|
|
\ | hi! link DirvishGitUntrackedDir DirvishPathTail |
|
|
|
|
|
|
|
|
|
|
|
augroup END |
|
|
augroup END |
|
|
|
|
|
|
|
|