skywind3000 / vim-terminal-help

Small changes make vim/nvim's internal terminal great again !!
MIT License
246 stars 32 forks source link

<M-=> not work #1

Closed leoatchina closed 4 years ago

leoatchina commented 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-=>

Tested: Vim 8.1.1314/Neovim 0.4 on wsl ubuntu, Vim 8.2/neovim 0.4.3 on MacOS

skywind3000 commented 4 years ago

I do set it:

https://github.com/skywind3000/vim-terminal-help/blob/fcce65df26c3b066c94f6a4af948b5c529fb914b/plugin/terminal_help.vim#L204

leoatchina commented 4 years ago

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)

skywind3000 commented 4 years ago

OK, renamed to g:terminal_default_mapping

leoatchina commented 4 years ago

good , thank you very much.