Archdsenna
Archdsenna
Sorry, the question I asked doesn't seem to make sense, because English letters may be mapped to custom action commands, for example in the g:win_ext_command_map variable, so the current way...
> Hi @Archdsenna, thanks for proposing the idea. In addition to custom commands, the plugin supports 1) movement keys (`h`, `j`, `k`, `l`) for navigating windows, 2) `s` for swapping...
> This is expected behaviour as the default for `g:floaterm_opener` is set to `'split'`. You can change this global variable to `'edit'` to open in the same window.这是预期行为,因为 `g:floaterm_opener` 默认设置为...
> h coc-config-dialog-floatHighlight Thanks for your help. I have set dialog.floatHighlight as a custom highlight group, as shown below: Custom highlight group, in init.vim `hi myhelight ctermfg=1 ctermbg=228` In coc-settings.json:...