diff --git a/vimrc b/vimrc index 4e15baa..5123b1c 100644 --- a/vimrc +++ b/vimrc @@ -116,6 +116,7 @@ nmap vmap nnoremap gn :GitGutterNextHunk nnoremap gp :GitGutterPreviousHunk +nnoremap gv :Gvdiffsplit nnoremap an :ALENext nnoremap ap :ALEPrevious inoremap (pumvisible() ? "\\" : "\") @@ -139,8 +140,6 @@ augroup END augroup dirvish_config autocmd! - " \ unmap p - " autocmd FileType dirvish \ nmap o (dovish_create_file) \ | nmap O (dovish_create_file) @@ -150,14 +149,5 @@ augroup dirvish_config \ | xmap yy (dovish_yank) \ | nmap p (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