vim-tmux-focus-events icon indicating copy to clipboard operation
vim-tmux-focus-events copied to clipboard

Doesn't seem to do anything

Open adityadesaha opened this issue 5 years ago • 2 comments
trafficstars

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?

adityadesaha avatar Jan 03 '20 12:01 adityadesaha

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.

wookayin avatar Jan 22 '20 19:01 wookayin

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.

Federico-Ciuffardi avatar Jan 14 '21 18:01 Federico-Ciuffardi