mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
I encountered a bug with the CTRL-R history behaviour in bash, and tracked it down to these awk commands. I'm not sure what changed, but according to the documentation `\0` is undefined behaviour: https://pubs.opengroup.org/onlinepubs/9799919799/utilities/awk.html#tagtcjh_15 I've replaced the `\0` escape sequences with the `%c` conversion which converts the int argument to a single byte character. Ref: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap05.html |
||
|---|---|---|
| .. | ||
| completion.bash | ||
| completion.fish | ||
| completion.nu | ||
| completion.zsh | ||
| key-bindings.bash | ||
| key-bindings.fish | ||
| key-bindings.zsh | ||
| LICENSE | ||
| README.md | ||
| version.txt | ||
This directory contains the shell bindings for skim.
Note that the content in this directory is copied from fzf and modified to fit skim.
The scripts in this directory will not be maintained by skim.
But you are welcome to submit PR for update the scripts to the fzf's latest scripts. Thanks!