-
### Check the following:
- [X] I have tried setting `vscode-neovim.neovimClean` in VSCode settings and **restarting VSCode.**
- [X] I have read the vscode-neovim docs.
- [X] I have searched existing …
-
### Neovim version (nvim -v)
0.5.1
### Vim (not Nvim) behaves the same?
no, vim 8.2.3441
### Operating system/version
Arch Linux
### Terminal name/version
Linux console
### $TERM environment v…
-
### Summary
In vim, while typing in insert mode, one can press Ctrl-w to erase the last typed word without leaving insert mode. This is not implemented in jupyter-vim-binding.
(CTRL-w is typical…
-
[Patch 9.0.2133](https://github.com/vim/vim/commit/d1c3ef1f47c87d1da056c56564e1985fe6f2931d) introduced modes `cr` and `cvr`:
cr: Command-line while in overstrike mode
cvr: Vim Ex while in overstr…
-
I want to use following mappings from vim in vmp as well `:h [z`:
```
MOVING OVER FOLDS ~
*[z*
[z Move to the start of the current open fold. If already at the
start, move to the start…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
nvim --version NVIM v0.10.1 Build type: Release Lu…
-
## New plugins
- ~~[mhinz/vim-startify](https://github.com/mhinz/vim-startify)~~ DONE
- [Shougo/vimshell.vim](https://github.com/Shougo/vimshell.vim)
- ~~[pelodelfuego/vim-swoop](https://github.com…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I installed Zed using the shell script on Ubuntu 23.10, and it looks like the mouse cursor w…
-
The `.` mark stores the last edited line. You should be able to go to it using the keyboard shortcut backtick-dot. This is a very useful feature because of the following use case: If I am typing some …
-
I got used to control+c to escape on NeoVim
I don't like control+d how to set it up
note: I used
`VIM_MODE_VICMD_KEY='^D'`
and it worked fine but
`VIM_MODE_VICMD_KEY='^C'`
doesn't work