Document getting focus events in tmux.

Solution by @astier.  Thanks!

See #612.
This commit is contained in:
Andy Stewart
2019-05-15 16:25:45 +01:00
parent 7eeea63e62
commit a6174df8a2
2 changed files with 7 additions and 2 deletions

View File

@@ -396,6 +396,11 @@ If this applies to you, either install something like Terminus
(https://github.com/wincent/terminus) to make |FocusGained| work or set this
option to 0.
If you use tmux, try this in your tmux.conf:
>
set -g focus-events
<
When this option is 0, the plugin force-updates the buffer on |BufEnter|
(instead of only updating if the buffer's contents has changed since the last
update).