Badran

Results 8 issues of Badran

Source: https://github.com/massquantity/LibRecommender

Fixes #40, Fixes #29, and Fixes #110. This is an alternative implementation of the Delete, Change, Yank operators. I kept the previous implementation unchanged, as I think it's more isolated...

Fix #98. Alternative to #99 PR. I think the pattern of running code before and after a Helix command is executed can be used to introduce a lot of features....

Adds `Ctrl-6`/`Ctrl-^` . **First Commit:** maps `Ctrl-6`/`Ctrl-^` to `ga` **Second Commit:** Tries to mimic {count}Ctrl-6. As described in Vim Docs: > Edit [count]th file in the buffer list (equivalent to...

This is an attempt at preventing the cursor from reaching the last empty line. The abroach is to do a simple test if the rule is violated and correct it....

Related to #16 . This PR adds behaviour similar to the `*` and `#` keys in Vim. > `*` key: Search forward for the word near cursor. > `#` key:...

### Summary This isn't standard Vim behavior, but I'm sure it will frustrate some users, so I want to shed light on it. Currently, in Visual Line mode (`Shift +...

bug

In Vim, `gv` restore the last Visual selection. ### Implementation Ideas Maybe using `EvilCommands::Context` and saving last selection. A care needed for the Visual Line case (helix selection range doesn't...

keybindings