diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-11 10:23:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 10:23:33 +0800 |
commit | a2f157233f274599739941e39673ca4d3b0291c3 (patch) | |
tree | 35d99a3005c14b1501b91868d0af217ef3d52e3b /runtime/lua/vim/uri.lua | |
parent | 9da0023a666e83e6b9f777871553177473bfa9ce (diff) | |
download | rneovim-a2f157233f274599739941e39673ca4d3b0291c3.tar.gz rneovim-a2f157233f274599739941e39673ca4d3b0291c3.tar.bz2 rneovim-a2f157233f274599739941e39673ca4d3b0291c3.zip |
fix(tui)!: remove `ESC NUL` forced escape (#17198)
This make Nvim recognize `ESC NUL` as <M-C-Space>, as many terminal
emulators (including libvterm) send <M-C-Space> as `ESC NUL`.
There is already another unambiguous way to encode a `ESC` key supported
by libtermkey: `ESC [ 2 7 u`, which is a `CSI u` sequence.
If one still wants to use `ESC NUL` as `ESC`, they can just map
<M-C-Space> to <Esc>.
Diffstat (limited to 'runtime/lua/vim/uri.lua')
0 files changed, 0 insertions, 0 deletions