Skip to content

Commit

Permalink
Make quickfixsigns update on BufRead
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Apr 7, 2013
1 parent 68f4144 commit 0602dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vim/plugin_config/quickfixsigns.vim
@@ -1,6 +1,8 @@
map <Leader>q :QuickfixsignsToggle<CR> map <Leader>q :QuickfixsignsToggle<CR>
let g:quickfixsigns_classes = ['vcsdiff'] let g:quickfixsigns_classes = ['vcsdiff']


autocmd BufRead * call QuickfixsignsUpdate()

" Jump between git diff hunks " Jump between git diff hunks
nmap [d :silent call quickfixsigns#MoveSigns(-1, '', 1)<CR> nmap [d :silent call quickfixsigns#MoveSigns(-1, '', 1)<CR>
nmap ]d :silent call quickfixsigns#MoveSigns(1, '', 1)<CR> nmap ]d :silent call quickfixsigns#MoveSigns(1, '', 1)<CR>

0 comments on commit 0602dbb

Please sign in to comment.