Alejandro Fernández Gómez
Alejandro Fernández Gómez
Hi! First of all, thank you for building `jj` :) tl;dr: As a user, I'd like a configuration setting to always execute `jj rebase` with the `--skip-empty` flag. **Is your...
**Describe the bug** The `textobjects` don't work properly with `set selection=exclusive`. **To Reproduce** I have setup the following keymaps: ``` textobjects = { select = { enable = true, lookahead...
Fixes #488 When the user has `set selection=exclusive` the selection was one character short. This PR addresses that. Note that this PR fixes it in the `main` branch. The `master`...
### Summary I use `gq` extensively in vim mode to wrap lines. When used in JSDoc comments, the comment block does not prefix the lines with `* `. When used...
Closes #31989 Release Notes: - Added support for `Ctrl-w ]` and `Ctrl-w Ctrl-]` to go to a definition in a new split
### Summary ## Description The vim keymap is missing two bindings to open a "tag" in a new split. Since zed already maps `Ctrl-]` to open a new definition, I...