Closed leoatchina closed 4 years ago
Althrough I can invoke the terminal panel via :call TerminalToggle() PS: I have set Alt to Meta according to you article, I have noticed you donot set <M-=>
:call TerminalToggle()
Alt
Meta
<M-=>
Tested: Vim 8.1.1314/Neovim 0.4 on wsl ubuntu, Vim 8.2/neovim 0.4.3 on MacOS
I do set it:
https://github.com/skywind3000/vim-terminal-help/blob/fcce65df26c3b066c94f6a4af948b5c529fb914b/plugin/terminal_help.vim#L204
Ok, I found the new commit has solved the issue. And now here is a feature request. g:terminal_help_default_mapping (1 by default)
g:terminal_help_default_mapping
OK, renamed to g:terminal_default_mapping
g:terminal_default_mapping
good , thank you very much.
Althrough I can invoke the terminal panel via
:call TerminalToggle()
PS: I have setAlt
toMeta
according to you article, I have noticed you donot set<M-=>
Tested: Vim 8.1.1314/Neovim 0.4 on wsl ubuntu, Vim 8.2/neovim 0.4.3 on MacOS