Skip to content

Commit

Permalink
Adjust README headings to avoid duplicate H1
Browse files Browse the repository at this point in the history
  • Loading branch information
bootleq committed Apr 15, 2023
1 parent 77f452a commit 7c75bdb
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ View git diff in Vim tabs.
- `GitDiff`, `GitDiffInfo`, `GitDiffOff` commands for Vim.


Install
=======
## Install

Install like general Vim plugins.


## Install Zsh Helper Function
### Install Zsh Helper Function

- With [zcomet][]

Expand All @@ -39,8 +38,7 @@ Install like general Vim plugins.
```


Zsh Function Usage
==================
## Zsh Function Usage

In zsh, use `gitdiffall` to open git diff in Vim tabs, examples:

Expand All @@ -64,8 +62,7 @@ For convenience, some special notations are available:
During merge conflicts, `gitdiffall` will open a 3-way diff in Vim.


Zsh Function Configuration
==========================
## Zsh Function Configuration

gitdiffall.rb takes configure file from one of the following:

Expand Down Expand Up @@ -101,8 +98,7 @@ CONFIG = {
```


Tips
====
## Tips

In tmux copy mode, select some commit hash and press `>` to do gitdiffall in
new tmux window, see [tmux-in.rb][] gist.
Expand Down

0 comments on commit 7c75bdb

Please sign in to comment.