Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Aug 22, 2017
1 parent 44435a5 commit d6c162d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ Use `.` to go to next chunk and `,` to go to previous. The tab title is the file
Use `Enter` to select a action. If you hit `?` you will see a pop-up with all key bindings and actions.

Actions
- Open Commit -> Open the commit of the chunk in which the cursor is located
- Blame before selected commit -> Find the chunk you are in and jump to the commit before that. Handy when you know exactly what you are looking for. It can be hard to keep track of where you were in the file since the line number probably changed.(Time travel)
- Blame on one older commit -> Same as above but only jump one commit at a time. (Time travel)
- Blame on one newer commit -> Same as above but jumps in the opposite direction. (Time travel)
- Pick a new commit to blame -> Pick a commit to checkout (Time travel)
- Show file at most recent commit -> Show the file with syntax highlighting at the most recent commit
- Show file at this chunk's commit -> Same as above but takes the commit from the chunk in which the cursor is located
- `Open Commit`: Open the commit of the chunk in which the cursor is located
- `Blame before selected commit`: Find the chunk you are in and jump to the commit before that. Handy when you know exactly what you are looking for. It can be hard to keep track of where you were in the file since the line number probably changed.(Time travel)
- `Blame on one older commit`: Same as above but only jump one commit at a time. (Time travel)
- `Blame on one newer commit`: Same as above but jumps in the opposite direction. (Time travel)
- `Pick a new commit to blame`: Pick a commit to checkout (Time travel)
- `Show file at most recent commit`: Show the file with syntax highlighting at the most recent commit
- `Show file at this chunk's commit`: Same as above but takes the commit from the chunk in which the cursor is located

## `git: reflog`

Expand Down

0 comments on commit d6c162d

Please sign in to comment.