Linux 7.1.3-arch1-1
wezterm 20260705-075440-5cc2d1ef
NVIM v0.12.4
Clean, stripped down Neovim configuration such that only these lines:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
packadd quick-scope
In WezTerm, setxkbmap fr then nvim -u reduced.vim <file_containing_numbers> and I can enter numbers using the French keyboard, but fn, Fn, tn, Tn where n=0-9 gets no reaction. setxkbmap gb and quick-scope reacts to numerical targets as normal.
Clean, stripped down
Neovimconfiguration such that only these lines:In
WezTerm,setxkbmap frthennvim -u reduced.vim <file_containing_numbers>and I can enter numbers using the French keyboard, butfn,Fn,tn,Tnwhere n=0-9 gets no reaction.setxkbmap gbandquick-scopereacts to numerical targets as normal.