fish-shell/share
Johannes Altmanninger 1dc5268847 Bind Shift+Space CSI u sequence to Space
Some terminals can be configured to send variuos escape sequences for keys
that could historically not be detected. Turns out some usage pattern rely
on those quirks.

Shift+Space is easy to mistype when wanting to insert a space (especially
when typing ALL CAPS). Map it to Space, to match user expectations.

Similarly for Control+Return, for which xterm can be configured to send
something other than \cr:

    echo 'XTerm.vt100.modifyOtherKeys: 1' | xrdb && xterm

I'm working on a change to builtin bind that allows to bind CSI sequences via
human-readable key names (#3018) but for now let's just map the raw sequences.

Closes #8874
2022-04-24 21:37:20 +02:00
..
completions Correct depth/deepen completions for git fetch 2022-04-23 16:13:50 -07:00
functions Bind Shift+Space CSI u sequence to Space 2022-04-24 21:37:20 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Webconfig: Fix quote color also in the theme list 2022-04-22 19:52:04 +02: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 Move executable-check to C++ 2022-03-31 15:16:01 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00