Dario Oddenino
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`...
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 |...
`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...
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...
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...
Hi, is it possible with the current interface to have a "required by" list for a class? Thanks
### 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...
I think it could be useful to have both a clear all jumplist entries command and a key binding to delete entries from ` j`.
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...