You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have vim inside Tmux. Everything's works great.
Bug after VIM 8.1, there's a feature called Termdebug that I can run gdb inside VIM.
It'll open some panels inside VIM.
When I'm inside debug panel inside VIM. I can't switch between panels as usual.
The text was updated successfully, but these errors were encountered:
I notice that gdb pane inside Vim is just a gdb running inside vim embedded terminal.
So turns out that the problem is how to map shot-cuts inside vim-term.
I've paste this pr's change into my .vimrc. 63120c1. Then I can switch panes between Vim and Tmux.
Except that when I switch out of vim-term.
The vim-term pane goes into text mode that when I switch back I have to press a to get it working.
Every thing works fine.
I also have FZF installed and when I navigate FZF result with Ctrl + k / Ctrl + j. It haven't conflict as discussed in #172 #128
ingjieye
changed the title
Failed switch panel when in Termdebug window
Failed switch between panels when inside Termdebug window
Aug 9, 2019
So I have vim inside Tmux. Everything's works great.
Bug after VIM 8.1, there's a feature called Termdebug that I can run gdb inside VIM.
It'll open some panels inside VIM.
When I'm inside debug panel inside VIM. I can't switch between panels as usual.
The text was updated successfully, but these errors were encountered: