diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-28 23:15:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | c87a8eccd4f6050681084d6c58e74c43889eb8f6 (patch) | |
| tree | 72f9e737cb11a2a7d2aa8356678133528a2e0efa /shell/key-bindings.fish | |
| parent | 65df0abf0e4143470d824145ecc313e40dd8773d (diff) | |
| download | fzf-c87a8eccd4f6050681084d6c58e74c43889eb8f6.tar.gz | |
Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings
Diffstat (limited to 'shell/key-bindings.fish')
| -rw-r--r-- | shell/key-bindings.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index c8ecdd9e..3ca8447f 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -159,7 +159,7 @@ function fzf_key_bindings set -lx FZF_DEFAULT_OPTS (__fzf_defaults '' \ '--nth=2..,.. --scheme=history --multi --wrap-sign="\t↳ "' \ '--bind=\'shift-delete:execute-silent(eval history delete --exact --case-sensitive -- (string escape -n -- {+} | string replace -r -a "^\d*\\\\\\t|(?<=\\\\\\n)\\\\\\t" ""))+reload(eval $FZF_DEFAULT_COMMAND)\'' \ - "--bind=ctrl-r:toggle-sort --highlight-line $FZF_CTRL_R_OPTS" \ + "--bind=ctrl-r:toggle-sort,ctrl-x:toggle-raw --highlight-line $FZF_CTRL_R_OPTS" \ '--accept-nth=2.. --read0 --print0 --with-shell='(status fish-path)\\ -c) set -lx FZF_DEFAULT_OPTS_FILE |
