s1n7ax/nvim-window-picker

Unable to use in terminal mode.

mkdir700 opened this issue · 2 comments

image

When selecting a prompt in terminal mode, the above exception will be thrown.

The exception code is as follows:

v.api.nvim_command('normal :esc<CR>')

The main reason is that in terminal mode, we don't use <ESC> to return to normal mode, but instead use <C-\\><C-n>.

Apparently this function is no longer in use

@mkdir700 I don't really understand what "selecting a prompt in terminal mode" means. Could you explain how to recreate?