Skip to content

Commit

Permalink
Add link to fugitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Jun 20, 2024
1 parent 7e0338b commit a8ba8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We will then pull from your repository and merge manually.
## Hints and Pitfalls

* When adding a new hotkey/shortcut make sure it's not registered in Profanity already. And also that it's not a default shortcut of readline.
* We ship a `.git-blame-ignore-revs` file containing banal commits which you will most likely want to ignore when using `git blame`. In case you are using vim and fugitive `command Gblame Git blame --ignore-revs-file=.git-blame-ignore-revs` might be helpful in your vimrc.
* We ship a `.git-blame-ignore-revs` file containing banal commits which you will most likely want to ignore when using `git blame`. In case you are using vim and [fugitive](https://github.com/tpope/vim-fugitive) `command Gblame Git blame --ignore-revs-file=.git-blame-ignore-revs` might be helpful in your vimrc.

## Coding style
Follow the style already present ;-)
Expand Down

0 comments on commit a8ba8af

Please sign in to comment.