Skip to content

Commit

Permalink
fix: remove default bindings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivyangll committed Dec 14, 2018
1 parent c80d0e6 commit 507cad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -45,12 +45,10 @@ Using [Vundle](https://github.com/VundleVim/Vundle.vim)
Plugin 'zivyangll/git-blame.vim'
```

Default bindings
Please setting bindings
-----------------

**The default leader has been changed to `<Leader>s` to avoid
conflicts with other plugins you may have installed.** This can easily be
changed by rebinding the leader in your vimrc:
** You must push the map in your vimrc to avoid conflicts with other plugins you may have installed.: **

```vim
nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>
Expand Down
2 changes: 0 additions & 2 deletions plugin/gitblame.vim
Expand Up @@ -4,5 +4,3 @@ endif
let g:loaded_gitblame = 1

command! -nargs=0 GitBlame call gitblame#echo()

nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>

0 comments on commit 507cad8

Please sign in to comment.