-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
By default, when you search with `/` in real vim, search is case-sensitive. If you search fo…
-
### Description
I edit a document in vim mode, and when i use ":q" to close the file.
I cannot open any other file in file manager by mouse click.
Only when i close then entire app and restart app…
-
My experience is `...modeless editors -> vim -> ...modeless editors -> helix`
However, Helix and IME is much frustrated in the normal mode.
I would ask vim users for this problem...
https://git…
-
When I hit tab to complete something the part after the tab is not a part of dot repeat.
Example, in a lua file in input mode:
vim. ==> vim.call
(to exit input mode)
. ==> vim.
Hope this…
-
control based shortcuts don't seem to work as expected:
"
Just trying the emacs mode.. But didn't seem to work
I tried:
* cursor movements ^b ^f ^n ^p ^a ^e
* cut to end of like ^k
* I-sear…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Please add support for the following Vim commands:
caq: Change around quotes — Changes the entire text inside and aro…
-
### Did you check docs and existing issues?
- [X] I have read all the which-key.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the …
-
### Describe the bug
In vim, block selection mode can be entered by typing `CTRL` + `V`. Enabling vim mode in marimo, this command does not enter block selection mode, but rather puts the cursor to t…
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
### Is your feature request related to…
-
Given this typical configuration for vi-mode:
```
(define-key lem-vi-mode:*insert-keymap* "j k" 'lem-vi-mode/commands:vi-normal)
```
Try to input `(create-object)`, you will get `(create-objct)`…