Closed
Description
nvim --version
: NVIM v0.2.1-944-g77f1392- Vim (version: 7.4.1689) behaves differently? Yes
- Operating system/version: Ubuntu 16.04
- Terminal name/version: GNOME Terminal 3.18.3 / terminator 0.98
$TERM
: xterm-256color
Steps to reproduce using nvim -u vimrc_test.txt
Minimal vimrc to reproduce the issue: vimrc_test.txt
In normal mode, press F5
, then Ctrl+F5
, then Shift+F5
.
Actual behaviour
F5
echos "FOO"
Ctrl+F5
mapping does not work
Shift+F5
mapping does not work
Expected behaviour
F5
echos "FOO"
Ctrl+F5
echos "BAR"
Shift+F5
echos "HELLO"
It seems Ctrl/Shift + function keys
mappings do not work in neovim.
I tried to bisect to the cause of regression, but it seems this issue has been present from at least v0.1.7
Cheers,
Antoine