summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 03:18:46 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 03:20:01 -0500
commitf011cb3577bd5baaeaef9fda55155817f7539ccd (patch)
treecfec3a43b1204d1eb896ac8d26bbb8b2ee1e6e6d /vimrc
parent568feb1c2d4450dc7556d01b32e33067d289e540 (diff)
downloadconf-f011cb3577bd5baaeaef9fda55155817f7539ccd.tar.gz
conf-f011cb3577bd5baaeaef9fda55155817f7539ccd.zip
move diff-changes to its own repository
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
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 <silent><Leader>x :Commentary<CR>
" }}}
+" diff-changes {{{
+nnoremap <silent>ds :DiffAgainstFilesystem<CR>
+nnoremap <silent>dc :DiffAgainstVCS<CR>
+nnoremap <silent>de :DiffStop<CR>
+" }}}
" fzf {{{
let g:fzf_layout = { 'up': '~40%' }
if &columns >= 160