vim-tmux-focus-events
vim-tmux-focus-events copied to clipboard
Doesn't seem to do anything
Hi, I'm using this plugin on arch linux, with neovim 0.4.3, and tmux 3.0, on st. I installed this plugin using vim-plug, exactly as the instructions directed, and have set -g focus-events on on .tmux.conf. But the plugin doesn't seem to be doing anything at all.
running :set <F24> results in Key code not set: <F24> error. Am I doing something wrong?
call nvim_input("<F24>") to simulate keypressing of <F24>.
See #1 for the discussion; it seems that neovim does not need this plugin at all.
I have the same problem, I tried with the latest version of st and did the test described on https://dev.suckless.narkive.com/sxQPfQkQ/st-no-focus-events-inside-tmux and failed but worked in alacritty (both the test and the FocusGained autocmd) so I suppose that st is the problem.