summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
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