mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
5a77db8353
This would misname `\e\x7F` as "backspace": bind -k backspace 'do something' bind \e\x7F 'do something' because it would check if there was any key *in there*. This was probably meant for continuous mode, but it simply doesn't work right. It's preferable to not give a key when one would work over giving one when it's not correct. |
||
---|---|---|
.. | ||
checks | ||
pexpects | ||
test_functions | ||
.gitignore | ||
history_sample_bash | ||
history_sample_corrupt1 | ||
history_sample_fish_1_x | ||
history_sample_fish_2_0 | ||
interactive.config | ||
interactive.fish | ||
test.fish | ||
test_driver.sh | ||
test_env.sh | ||
test_util.fish |