Description
See title.
To Reproduce
Follow the docs to setup nvim with --server option, namely:
# ~/.bashrc
alias vim='nvim --listen /tmp/nvim-server.pipe'
# ~/.config/jesseduffield/lazygit/config.yml
os:
editCommand: 'nvim'
editCommandTemplate: '{{editor}} --server /tmp/nvim-server.pipe --remote-tab "$(pwd)/{{filename}}"'
- Then start
vim in a git project.
- Open lazygit
- Hit
e on a changed item in window [2]
- This opens another tab in your running nvim instance and switches to it.
- Open lazygit again
- On the same item, hit
e again.
- The lazygit window will now stick around but you'll be in normalmode
Possibly related to #163
NVIM v0.11.4