-
When using the vi/vim mode, I find myself lacking the general text objects that exists in most editors/shells with builtin vim mode. I'm talking about the following:
- diw
- ciw
- dap
- cap
- v…
-
Hi,
Congrats and thanks for ZXB, it's a great tool. Yet I run into an issue, maybe because of ZX itself:
It seems like I'm experiencing the case described in that article:
https://lxadm.com/vim-w…
-
It would be cool if the tool supported an output format similar to "typical compilers", so that it could be easily fetched into vim's "quickfix" window, for easy jumping through the lines shown in the…
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovs…
-
### Discord username (optional)
_No response_
### Describe the bug
after updates to **2022.12.06 (v0.2022.12.06.08.03)**
vim/nvim suddenly have padding/margin that makes it smaller in view.…
-
Users can have multiple remotes for one repository. We could add support for specifying the remote name (origin by default). Maybe as a parameter to each command so users can have keybindings for each…
-
### Not a question
- [X] This is not a question. If you have a question, use [discussions](https://github.com/uga-rosa/ccc.nvim/discussions).
### I investigated.
- [X] I have read README.md, help d…
-
### Problem
Currently, Neovim only has `eol` option. `eol` can’t express CR and LF. Even if a text file doesn’t have end-of-file LF, it shows the `eol` character.
Related issue for Vim: https://gith…
-
This is likely to just be me making a silly mistake, but in case others encounter it I thought I'd ask.
On my Rust project, when attempting to use `nvim-dap-rr`, I can launch the program through th…
-
This is not a Vim clone, however I'd like to implement some lightweight version of Vim's modal editing.
Modes to include:
- [ ] Normal mode
- [ ] Insert mode
- [ ] Visual mode
I'll update this ticke…