This commit is contained in:
Wenxuan 2017-11-23 18:10:53 +08:00
parent b476991aa7
commit 62b635067a

View file

@ -24,26 +24,26 @@ Clone this repo somewhere and source the `forgit.plugin.zsh` at ~/.zshrc.
Interactive `git add`
`<Ctrl + N/P>`: Selection down/up
`<Alt + N/P>`: Preview down/up
`<Tab>`: Mark/Unmark and move down
`<Enter>`: Confirml and quit
<Ctrl + N/P> Selection down/up
<Alt + N/P> Preview down/up
<Tab> Mark/Unmark and move down
<Enter> Confirml and quit
### glo
Interactive `git log`
`<Ctrl + N/P>`: Selection down/up
`<Alt + N/P>`: Preview down/up
`<Enter>`: Fullscreen preview
<Ctrl + N/P> Selection down/up
<Alt + N/P> Preview down/up
<Enter> Fullscreen preview
### gd
Interactive `git diff`
`<Ctrl + N/P>`: Selection down/up
`<Alt + N/P>`: Preview down/up
`<Enter>`: Fullscreen preview
<Ctrl + N/P> Selection down/up
<Alt + N/P> Preview down/up
<Enter> Fullscreen preview
### gi
@ -51,4 +51,8 @@ Interactive `.gitignore` generator
### Tips
Install [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) for better quality of diff result.
Install [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) for better quality of diff result.
## License
[MIT](LICENSE.txt)