Alejandro Fernández Gómez

Results 6 issues of 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...

enhancement

**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...

bug

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`...

NEXT

### 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...

vim

Closes #31989 Release Notes: - Added support for `Ctrl-w ]` and `Ctrl-w Ctrl-]` to go to a definition in a new split

cla-signed

### 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...