Some mapping works incorrectly
damanis opened this issue · 3 comments
damanis commented
Configure 'alias' of ':' vim.api.nvim_set_keymap('', '', ':', {})
Then, when press alt-x the command line looks as ':x' ('x' always added) instead of ':'
There is no problem in fvim-linux-amd64-v0.3.501+g76a08f0-2-g5254e85
yatli commented
Can confirm, thanks for reporting.
This issue is due to inconsistencies in keyboard event handling across different platforms.
I'll see if I can fix this issue upstream.
Until then, a fvim patch is needed.
damanis commented
I don't know if it related: yank command does not update both PRIMARY and SECONDARY clipboards in linux.
Configuration: vim.o.clipboard = [[unnamed]]