-
I've tried vim-notes with vim-table-mode and the table seem to override the syntax of vim-notes. It's this the desired behavior?
![todo](https://user-images.githubusercontent.com/3357792/86487996-f22…
-
When using `vim-slime` to execute script-like code I often select large portion of the code in visual mode and sending that with `SlimeRegionSend`. However, when back in normal mode my cursor ends up …
-
### 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…
-
Thanks for bringing the incredible vim-surround to Atom!
The original supports surrounding a text object with the normal-mode command `ys`. From the README:
> Now with the cursor on "Hello", press …
-
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…
-
[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…
-
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 …
-
### 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…
-
## 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…
-
When I am editing a file in Vim (in normal-mode), then press `O` (capital-o) to insert a line above the current line, the terminal does not refresh to show the new line until I begin entering text.
m…