mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
parent
268c350b1a
commit
d0398a3745
26
README.md
26
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue