mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
30f26b62e6
Some of these were defined in the shared bindings, some (like \cy yank) were just literally duplicate in the same files. This should _not_ change anything. In particular this does not remove hardcoding of sequences (because terminfo might be wrong or the term might need smkx). Found with ``` function bind set -l binds (builtin bind) builtin bind $argv set -l newbinds (builtin bind) if set -q argv[1]; and not test "$argv[1]" = "--erase" if test "$binds" = "$newbinds" echo "Duplicate: " (string escape -- $argv) end end end ``` |
||
---|---|---|
.. | ||
completions | ||
functions | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish |