hh9527
hh9527
I haven't read the code, but I found ``` rustbox = "0.9.0" termion = { git = "https://github.com/jmacdonald/termion", branch = "esc" } ``` in Cargo.toml, these two crates does not...
> Neovim has integrated terminal and it is super useful to me both in toggle and float modes. It seems to me a good approach is not depend on some...
If helix could work in client-server mode, each win/pane (include terminal) is a standalone client/process, share same server instance, same lsp server, same clipboard, and can communicate/cooperate with window manager(eg....
SafeHeaderString or HeaderSafeString ?
Thank you for your comment, @seanmonstar I am working on a http router project (AKA http sidecar & wasm plugins). It has strong requirement to have the full control. I...
I am big fan of helix, but I do think that the there should be a key-mapper-plugin to translate user input to any supported command. and by support vim/helix-mode by...
@erasin thank you, 谢谢 I know this work-around, and use it in vscode, but it is not a perfect solution. This approach is about switching input method, not disabling IME....