vim-matlab icon indicating copy to clipboard operation
vim-matlab copied to clipboard

Can't leave terminal after MatlabLaunchServer

Open calenwalshe opened this issue 9 years ago • 3 comments

Once I've launched a terminal buffer I can no longer use escape to get to the vim command promt nor can I use ctrl-W to swap panes.

calenwalshe avatar Apr 18 '17 21:04 calenwalshe

I can confirm that I can reproduce this issue, and this is indeed probably a bug ?

krishnakumarg1984 avatar Apr 19 '17 00:04 krishnakumarg1984

Does <C-\><C-N> work? I think, by default, the server launcher uses https://neovim.io/doc/user/nvim_terminal_emulator.html

daeyun avatar Apr 19 '17 04:04 daeyun

That did work. Thank you.

I'm new to the nvim emulator. Another plugin I'm using mapped esc to <c->,c-n>.

I can confirm that your suggestion does the right thing though.

On Tue, Apr 18, 2017 at 11:25 PM Daeyun Shin [email protected] wrote:

Does <C-><C-N> work? I think, by default, the server launcher uses https://neovim.io/doc/user/nvim_terminal_emulator.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daeyun/vim-matlab/issues/18#issuecomment-295079469, or mute the thread https://github.com/notifications/unsubscribe-auth/AJVNyKXAEcTt3HnUZN1LsLLWeOhsWFkDks5rxYyegaJpZM4NA78b .

calenwalshe avatar Apr 19 '17 12:04 calenwalshe