From 895934bb3065ec1e42e813f21185e8967fde3238 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Wed, 24 Jul 2019 18:24:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Misc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: afa1301d5fa297b61b85883d0368c3ef497842f3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a34596..12d4d11 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,10 @@ Customizing fzf options for each command individually is also supported: | Command | Option | |----------|------------------------------| | `ga` | `FORGIT_ADD_FZF_OPTS` | -| `grh` | `FORGIT_RESET_HEAD_FZF_OPTS` | | `glo` | `FORGIT_LOG_FZF_OPTS` | | `gi` | `FORGIT_IGNORE_FZF_OPTS` | | `gd` | `FORGIT_DIFF_FZF_OPTS` | +| `grh` | `FORGIT_RESET_HEAD_FZF_OPTS` | | `gcf` | `FORGIT_CHECKOUT_FZF_OPTS` | | `gss` | `FORGIT_STASH_FZF_OPTS` | | `gclean` | `FORGIT_CLEAN_FZF_OPTS` |