You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
476 B

fzf-git.sh
==========
bash and zsh key bindings for Git objects, powered by fzf.
Installation
------------
Source [fzf-git.sh](fzf-git.sh) file in from your .bashrc or .zshrc.
* <kbd>CTRL-G</kbd><kbd>CTRL-F</kbd> for files
* <kbd>CTRL-G</kbd><kbd>CTRL-B</kbd> for branches
* <kbd>CTRL-G</kbd><kbd>CTRL-T</kbd> for tags
* <kbd>CTRL-G</kbd><kbd>CTRL-R</kbd> for remotes
* <kbd>CTRL-G</kbd><kbd>CTRL-H</kbd> for commit hashes
* <kbd>CTRL-G</kbd><kbd>CTRL-S</kbd> for stashes