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

Make terminal vim and tmux work better together.

Results 17 vim-tmux-focus-events issues
Sort by recently updated
recently updated
newest added
trafficstars

I recently installed this plugin and can't get it to trigger focus events as advertised. My installation was performed using the Plug plugin manager as specified on the readme. I...

Normally everything works well. If I'm in insert paste mode (':set paste' followed by 'i') then switch windows/panes and come back to vim `` are pasted at the cursor location....

On Mac OS Sierra in some cases the focus gained / lost events don't fire. They successfully fire when: - I have 2 tmux panes open, one of which is...

I am using lessspace.vim plugin to remove white spaces when I switch to normal mode. Currently switching windows/panes while insert mode triggers InserrtLeave due to inoremap command prefix and it...

Just tried to install `vim-tmux-focus-events` and the FocusGained seems to work, however, I get problems when moving through a file. The status line moves when I for example use `Ctrl-D`...

When leaving a tmux pane with Vim inside, there is a visible `^[[O` string left where cursor was. This isn't text that is being processed, just a bit annoying.. any...

Ubuntu 22.04 (LTS) version of vim is 8022121 which doesn't yet have the Focus* event support. Thus, the plugin is still used in 2024. [Issue 33](https://github.com/tmux-plugins/vim-tmux-focus-events/issues/33) should be fixed with...