helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

Currently, no syntax highlighting exists for Jenkinsfiles, which are written in Groovy.

C-enhancement
E-easy
E-help-wanted
A-tree-sitter
E-good-first-issue

This adds a new command `search_selection_bounded` which works like `search_selection` but adds `\b` word boundary markers around. This lets a user emulate the `*` behavior from vim as such: ```toml...

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

I inadvertently closed the [prior PR](https://github.com/helix-editor/helix/pull/3269) with these same commits via some failed git-fu. Anyhow, its back up now. This addresses the [#3167 issue](https://github.com/helix-editor/helix/issues/3167) I made. For picker related selections...

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

I often use `:r filename.txt` to read a file into the current buffer on vim, but I could't find this feature in helix. There is `shell_insert_output` and `shell_append_output` which can...

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

In the keymap discussion thread I wrote some suggestions of how to improve the keybindings of Helix https://github.com/helix-editor/helix/issues/165#issuecomment-1033690249 Many of my proposed changes are subjective, however I think my suggestion...

C-enhancement
A-keymap

Code actions are currently sorted alphabetically because they simply reuse the `Menu` used for autocompletions. This is extremely inconvenient in many cases. For example rust-analyzer emits a ton of (sometimes...

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

#### Describe your feature request Current output of `:tree-sitter-subtree` ![image](https://user-images.githubusercontent.com/1857826/175812184-e71aa1e4-3afd-49a9-8914-7b374b53f873.png) This reads fine for small code snippets, but for big blocks it gets kind of unreadable. A way of improving...

C-enhancement
A-helix-term

This adds a sorting strategy to the menu. As of now, all completions are sorted alphabetically after passing the fuzzy match filter. With this PR they are sorted by their...

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

There are quite a few commands that expect an argument in the form of a single character: - `find_till_char` - `find_next_char` - `till_prev_char` - `find_prev_char` - `surround_add` - `surround_replace` (this...

C-enhancement
A-helix-term

If a keymap triggered a command sequence and the sequence contained a command that needs user input, the following commands were executed before the command that was waiting for input,...

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