Replies: 1 comment
-
It was my own configuration 🤦 local my_actions = augroup("MyActions", { clear = true }) -- Autosave on focus lost or when exiting the buffer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand a set of errors I'm getting when working with :Lazy and vim-tmux-navigator.
Whenever Lazy is open and I am trying to navigate out of the window and jump to a neighboring tmux pane, I get
It still works but it still shows an error.
In case of [1] it thrown by
but I also get similar issue with other implementations (such as [2], [3] ).
I am trying to understand what is going wrong here, so I can maybe open a feature request in the appropriate projects.
I guess that :Lazy is some kind of special window where
wincmd
is working differently?Can someone share some knowledge?
[1] https://github.com/christoomey/vim-tmux-navigator
[2] https://github.com/alexghergh/nvim-tmux-navigation
[3] https://github.com/aserowy/tmux.nvim
Beta Was this translation helpful? Give feedback.
All reactions