fish-shell/share
Fabian Homborg 30f26b62e6 Remove duplicate bindings
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
```
2016-09-04 22:48:40 +02:00
..
completions git completions: Only show last 1000 commits 2016-08-30 23:25:42 +02:00
functions Remove duplicate bindings 2016-09-04 22:48:40 +02:00
tools fish_config: fix binding filter regression (#3327) 2016-08-24 01:30:33 -07:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Enable 24bit mode less often 2016-08-03 01:13:31 +02:00