Skip to content

Commit

Permalink
feat: add blamer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Aug 14, 2024
1 parent 5aaab23 commit 3ea6376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ nmap <leader>gl :Gina pull<cr>
nmap <leader>gp :Gina push<cr>
nmap <leader>gc :Gina commit<cr>
" Plugin blamer settings.
nmap <leader>gb :BlamerToggle<CR>
" Plugin sideways settings.
nnoremap <C-h> :SidewaysLeft<cr>
nnoremap <C-l> :SidewaysRight<cr>
Expand Down

0 comments on commit 3ea6376

Please sign in to comment.