mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
1dc5268847
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 |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |