From 2de1481a0d19778cdaac3b44304142c6d24a7add Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Mon, 20 May 2024 08:45:20 +0100 Subject: [PATCH] lazygit --- vimrc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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