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
tools Webconfig: Fix quote color also in the theme list 2022-04-22 19:52:04 +02:00
__fish_build_paths.fish.in
config.fish Move executable-check to C++ 2022-03-31 15:16:01 +02:00
lynx.lss