1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00
Files
oh-my-zsh/plugins/fzf-git/README.md
Alessandro Martini 94e39555c6 fzf-git: add README.md
2020-05-07 19:30:40 -03:00

908 B

fzf-git

Git shortcuts, powered by fzf

This plugin adds useful shortcuts to zsh for interacting with git.

To use it, add fzf-git to the plugins array in your zshrc file:

plugins=(... fzf-git)

Shortcuts

Shortcut Command Effect
Ctrl + gCtrl + s git status Insert selected file
Ctrl + gCtrl + b git branch Insert selected branch
Ctrl + gCtrl + t git tag Insert selected tag
Ctrl + gCtrl + l git log Insert hash of select log
Ctrl + gCtrl + r git remote Insert selected remote