Dario Oddenino

Results 13 issues of Dario Oddenino

Hi! This PR adds an additional command to run a shell command ignoring the output. The command is `:run-shell-command-no-output` (alias `:sh!`). I'm a bit uncertain about the usage of `ShellBehavior::Ignore`...

A-helix-term
S-waiting-on-author

Implements functions and keybindings to move to next/previous/first/last diagnostic in the workspace as per #3116 |Key|Description| |---|---| | [w | go to previous diagnostic in workspace | | ]w |...

A-helix-term
S-waiting-on-review

`goto_file_impl` now trims surrounding `'`, `"`, `(` and `)` before opening the path. The `current_word` selection was inverted so that now it works from both the first and last characters...

C-enhancement
A-helix-term
S-waiting-on-author

It would be useful to be able to add to one of the config files (config.toml or languages.toml?) a language specific keymap that overrides the standard commands. For example it...

C-enhancement

Status lines have yellow/red icons with numbers to indicate how many warning/errors are present in the current buffer. I think it would be useful to display the workspace total too...

C-enhancement
E-easy
E-good-first-issue
A-gui

Hi, is it possible with the current interface to have a "required by" list for a class? Thanks

feature
nice-to-have

### Summary Hi! I can't use helix with my haskell project anymore. There are a couple of issues that I'm experiencing: 1) When I make a change the diagnostics are...

C-bug

I think it could be useful to have both a clear all jumplist entries command and a key binding to delete entries from ` j`.

C-enhancement
E-easy
A-helix-term
E-good-first-issue

Hi! Today I got another idea that would be nice to have. I have an org repo syncd to github for which I really don't have meaningful commit messages to...

Hi! Right now it's a bit hard to figure out what's going on since the output is uniform white text without any separation. It would be great to have colors...