From 7738046d37df4349c8175dd415dc2cca516127c9 Mon Sep 17 00:00:00 2001 From: javiertury Date: Fri, 3 Feb 2017 19:37:17 +0100 Subject: [PATCH] Add info for #61 workaround in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6c698a0..c0cef63 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,11 @@ You can use [Python][] and [CoffeeScript][] hooks as examples. - `g:slimux_pane_format` customize the formatting of the panes, see the FORMATS section in `man tmux`. The string "`#{pane_id}: `" is always prepended to the format so Slimux can identify the selected pane. +## Troubleshooting + +### Vim freezes after sending line to tmux + +See https://github.com/epeli/slimux/issues/61. The workaround consists in adding `setenv -g EVENT_NOEPOLL 1` to your `.tmux.conf` ## Other Vim Slime plugins