From e44dfb3319ca02eb385cdcb76fa3b0d870a783c5 Mon Sep 17 00:00:00 2001 From: timsu92 <33785401+timsu92@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:32:37 +0800 Subject: [PATCH] Refine README (#10) * docs(readme): simplify command to disable terminal flow control * docs(readme): specify the destination of the code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ad381..ca5f9f2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Usage > CTRL-B is used as the tmux prefix > * CTRL-GCTRL-S will not work if flow control is enabled, > CTRL-S will freeze the terminal instead - > * (`stty -ixoff -ixon` will disable it) + > * (`stty -ixon` will disable it) > > To workaround the problems, you can use > CTRL-G*{key}* instead of @@ -63,7 +63,7 @@ Defining shortcut commands -------------------------- Each binding is backed by `_fzf_git_*` function so you can do something like -this. +this in your shell configuration file. ```sh gco() {