Skip to content

Commit

Permalink
Merge pull request #55 from qadzek/tig
Browse files Browse the repository at this point in the history
Add link to official Vim keybindings
  • Loading branch information
erikw authored Jan 22, 2024
2 parents 4961d20 + adfef0d commit cb000af
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,20 +293,7 @@ Terminology:
[user]
editor = vim
```
* :white_check_mark: [tig](https://jonas.github.io/tig/) - Text interface for git. Works mostly like vim out of the box, but can be enhanced:
* <details>
<summary>~/.config/tig/config</summary>
```
bind generic <Ctrl-f> scroll-page-down
bind generic <Ctrl-b> scroll-page-up
bind generic g move-first-line # Move cursor to top.
bind generic G move-last-line # Move cursor to bottom.
bind main B :toggle commit-title-graph # Rebind G to B.
bind main G move-last-line # Move cursor to bottom.
```
</details>
* :white_check_mark: [tig](https://jonas.github.io/tig/) - Text interface for git. Works mostly like vim out of the box, but can be enhanced by sourcing these [keybindings](https://github.com/jonas/tig/blob/master/contrib/vim.tigrc) in your `~/.tigrc`.
* :white_check_mark: [hg/mercurical](https://www.mercurial-scm.org/) - Put in your `~/.config/hg/hgrc`:
* ```ini
[ui]
Expand Down

0 comments on commit cb000af

Please sign in to comment.