aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/keymap.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-11 10:23:33 +0800
committerGitHub <noreply@github.com>2022-04-11 10:23:33 +0800
commita2f157233f274599739941e39673ca4d3b0291c3 (patch)
tree35d99a3005c14b1501b91868d0af217ef3d52e3b /runtime/lua/vim/keymap.lua
parent9da0023a666e83e6b9f777871553177473bfa9ce (diff)
downloadrneovim-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/keymap.lua')
0 files changed, 0 insertions, 0 deletions