From a14edad451f433fa2b0691a85167f9649f7ff8db Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Fri, 11 Jan 2019 17:32:25 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e951e3a..dc83010 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ FORGIT_FZF_DEFAULT_OPTS=" ### Tips -- Hit `q` to Quit from full screen preview any time. +- Hit `q` to quit from full screen preview any time. - Install [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) to have better `diff` output. - Commands like `glo`, `gd`, `gcf` and `gclean` accept path arguments to restrain the items listed in fzf(eg, `glo main.go test.go`, `gclean output/`). - Call `gi` with arguments to get wanted `.gitignore` contents directly(eg, `gi c++`).