From ff3874a4e8dcb67c5cefc35d4c69c526883e0f82 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 11 May 2024 22:13:12 +0900 Subject: [PATCH] Updated Configuring shell key bindings (markdown) --- Configuring-shell-key-bindings.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Configuring-shell-key-bindings.md b/Configuring-shell-key-bindings.md index 5ce7f63..50c8f38 100644 --- a/Configuring-shell-key-bindings.md +++ b/Configuring-shell-key-bindings.md @@ -1,19 +1,13 @@ -## Changing the layout +## Changing the display mode The key bindings use `--height 40%` option to display fzf finder below your cursor, but it's configurable. -If you prefer to run fzf in full screen mode, add `--no-height` to your `$FZF_DEFAULT_OPTS` like follows: +If you prefer to run fzf in fullscreen mode, add `--no-height` to your `$FZF_DEFAULT_OPTS` like follows: ```sh export FZF_DEFAULT_OPTS='--no-height --no-reverse' ``` -Or if you prefer to start in a tmux split pane, set `$FZF_TMUX` to `1`. - -```sh -export FZF_TMUX=1 -``` - ## `CTRL-T` ### Preview