Skip to content

Commit

Permalink
docs: add a section on how I used git_evolution in a Vim function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjalbert committed Oct 26, 2021
1 parent 404de01 commit cf35222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ $ git log -L70,75:./activesupport/lib/active_support/core_ext/array/access.rb

The output isn't succinct, nor does it have ownership information. The command is also more verbose.

### Editor

I made a [Vim function](https://github.com/kevinjalbert/dotfiles/blob/eaca550/vim/vim/functions.vim#L1-L16) that allows me to visually select and call `git_evolution` using `ge` on the selected lines. This opens the output in a new buffer which I can then look through and yank commit SHAs if needed.

## Contributing

1. Fork it ( https://github.com/kevinjalbert/git_evolution/fork )
Expand Down

0 comments on commit cf35222

Please sign in to comment.