mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
f6fb370b1b
- K_KORIGIN instead of K_KCENTER: This name is similar to what is used by xev. Alternative could be K_KBEGIN as hinted here: https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-PC-Style-Function-Keys But I find Begin and Home too similar, and it might induced some confusion. The naming looked related to some old keyboard configuration. - keymap.c: alias KPPeriod to kDel instead of kPoint. This might seems weird, but this is actually the behaviour that should be expected. libtermkey produces "KPPeriod" when num lock is off. To fix this would need to change this name in termkey. closes #9780 closes #9793 |
||
---|---|---|
.. | ||
nvim | ||
run.sh | ||
viml_expressions_lexer.c | ||
viml_expressions_parser.c |