From f011cb3577bd5baaeaef9fda55155817f7539ccd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2018 03:18:46 -0500 Subject: move diff-changes to its own repository --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d15871c..3ca23f1 100644 --- a/vimrc +++ b/vimrc @@ -70,6 +70,11 @@ let g:ale_history_log_output = 0 " commentary {{{ map x :Commentary " }}} +" diff-changes {{{ +nnoremap ds :DiffAgainstFilesystem +nnoremap dc :DiffAgainstVCS +nnoremap de :DiffStop +" }}} " fzf {{{ let g:fzf_layout = { 'up': '~40%' } if &columns >= 160 -- cgit v1.2.3-54-g00ecf