diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-03 18:06:50 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | e1de29bc40c5a117ef6f6c37b37d16c1d89baa42 (patch) | |
| tree | 1db8de2f65b74a9c7870f8f55bc7b10beaa6fb1f /shell/key-bindings.fish | |
| parent | 0df7d105506f3533d45afd6644991e49f3c78c5d (diff) | |
| download | fzf-e1de29bc40c5a117ef6f6c37b37d16c1d89baa42.tar.gz | |
CTRL-R: Bind ALT-R to toggle-raw
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 3ca8447f..1bebaf30 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,ctrl-x:toggle-raw --highlight-line $FZF_CTRL_R_OPTS" \ + "--bind=ctrl-r:toggle-sort,alt-r: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 |
