vim-tmux-focus-events
vim-tmux-focus-events copied to clipboard
Make terminal vim and tmux work better together.
Creating a file with `vim -x filename` and then opening it with `vim filename` the encryption key is not requested. I've tried to understand why but with not much success....
I usually just let my plugin manager take care of updating and, unfortunately, I can miss some important updates such as this plugin is no longer necessary if Neovim and...
Hi, Thank you for this great plugin. Recently I have been sometimes getting this when starting a new vim - ``` Error detected while processing function 58_do_autocmd[3]..FocusGained Autocommands for "*"..function...
I recently install this plugin in order to trigger FocusLost event and fade vim inside inactive tmux pane using [TaDaa/vimade](https://github.com/TaDaa/vimade). Everything works fine, except for when vim is inside tmux...
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...
I did not use `set autoread` in my .vimrc but it still does so. When i removed this plugin it was fine. Let me know if you need any more...
Hi, first of all thanks for this plugin! It works very well, but I am having a little annoying issue: when I have vim open in a tmux window and...
there is also an adaption for `tmux` at https://github.com/majutsushi/etc/commit/4aec766b490c7c522caf224cbc6f329b96ef4577
In the plugin code, ```vim " When Tmux 'focus-events' option is on, Tmux will send [O when the " window loses focus and [I when it gains focus. exec "set...
Vim's Operator-Pending mode was interrupted when switching tmux focus. # prepare: 1. start tmux and open 2 windows. 2. start vim in first window of tmux. # steps: 1. execute...