Skip to content

Commit

Permalink
Added option to rollback line
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Jan 11, 2025
1 parent 08f5bcd commit a6a5613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ nnoremap <Leader>rB :action EditBreakpoint<cr>

" Git Integration
nnoremap <Leader>gb :action Annotate<cr>
nnoremap <Leader>gr :action Vcs.RollbackChangedLines<cr>
nnoremap ]g :action VcsShowNextChangeMarker<cr>
nnoremap [g :action VcsShowPrevChangeMarker<cr>

Expand Down

0 comments on commit a6a5613

Please sign in to comment.