-
vim_mode开启时候,在vim里的插入模式下,正在输中文,此时我想按Esc清屏,vim并没有切换成视图模式,但是此时还将输入法状态切成了英文状态。
我想要的结果是在输入中文状态下如果打了一半想清屏,按Esc的时候只清屏,不切换输入法
-
设置gvim的`ascii_mode`和`vim_mode`为true
```
gvim.exe:
ascii_mode: true
vim_mode: true
```
1. 启动gvim.exe,输入法为英文;
2. 切换insert mode后,输入法为英文;
3. 按Esc切换为normal mode后,输入法为英文(看状态栏图标会有一次快速切换,即从英->中-…
-
Just an idea, if possbile to somehow enable `vim` while in REPL mode? Chats can be pretty long and jumping and modifying own text would be much faster.
-
Hi,
lot's of folks are comming from vim background. Rich and Textual are great tool, wanted to adapt, but for me the overhead to implement vim mode specific behaviour for my application would be to…
-
### Steps to reproduce
The delayed-payload test in Test_channel_lsp_mode() in test_channel.vim fails very often on macOS in the CI and it is very annoying. E.g.:
https://github.com/vim/vim/actions/…
-
MinTTY allows to change cursor styles and colors but mosh ignores them.
This would be useful for vim (different insert and normal mode cursors)
**Mode-dependent cursor in vim:**
`CSI Ps SP q`
Exampl…
-
### Describe the bug
Somehow, I've trained myself to use Ctrl-[ as escape in vim and vim-likes (much closer to the home row than the actual Escape key, given that I have Caps mapped to Ctrl). As yo…
-
Replicate how I had it with ipython notebooks where there was a quasi two layer modal system.
If I am in global-normal-mode and the current pane is vim, going into global-insert-mode would be synced …
-
I have no luck exiting visual mode with https://github.com/girishji/vimbits/blob/04e47fba16e048b9b1a817ce1a9ef5b6a11e9f6c/autoload/vimbits/highlightonyank.vim :
with the legacy function, when escapi…
-
Sometimes inner parameter selection ignores the current scope and selects the first parameter in the nested scope instead.
**To Reproduce**
Steps to reproduce the behavior:
init.lua:
```lua
local thi…