-
**Describe the issue:**
When I try to create a cursor with `` in `vim` the vertical cursor is not created and the cursor is jumping two lines up instead. Other cursor creating motions as `` *do* work…
-
Hello!
After recently upgrading to `coc-tsserver` to v1.5.2 and `coc.nvim` to v0.78 I'm having issues with autocomplete triggering.
Jumping to definitions or references still works, errors will…
-
Hello,
**Note:** This was produced on a fresh ViFM setup.
## Mid-cancel of group mapping suggestions
1. Add this to `vifmrc` config:
``` vim
" Show directory history.
nnorema…
-
# Environment
```none
Windows build number: 1903
Windows Terminal version (if applicable): 0.2.1715
Any other software? neovim v0.3.4
```
# Steps to reproduce
- Create a profile that …
-
Hi there,
Is it possible to add `gj` and `gk` motions to support move through wrapped lines?
It's a little painful to move around when I have a long paragraph without breaks.
Ref: https://…
-
A few times I've caught myself absent-mindedly doing `digc` to delete the commented block I'm in. This makes as little sense as `digq` or `dig?`, but it did make me wish for a text object in commentar…
-
At `after/syntax/css/vim-coloresque.vim:125` you will find these rows.
``` viml
:set isk+=-
:set isk+=#
:set isk+=.
```
This actually overides `iskeyword` in all my `filetypes` and thats not what …
-
I use coc alongside https://github.com/easymotion/vim-easymotion
Easymotion (along with other similar plugins) sometimes rely on replacing some characters in the buffer with movement targets. This …
-
I noticed that evil-args is configured to bind `a` as the argument text object (https://github.com/syl20bnr/spacemacs/blob/d56a2b0ef51abe5c5d216f6e201c4eda3d160a1e/spacemacs/packages.el#L799-L805), bu…
-
A similar improvement could be found in this [patch](https://github.com/rking/ag.vim/pull/99/commits/466ef221b6928e92c60948dc5ff5936559c26afa) in ag.vim