emilylime

Results 28 issues of emilylime

A lot of the time I want to open multiple files at once from the file picker and I think this small qol feature could make it easier to do...

C-enhancement
A-helix-term

### Summary I know this is kind of an edge case, but if your system does not do anything with volume control/media playback control keys, they pass through to Helix,...

C-bug
upstream

Closes #3924. This is a pretty small change but everyone has to start somewhere :P

A-keymap
S-waiting-on-review

### Summary I happened to want to peek inside a 5M character compacted json file, so I opened it with Helix, and immediately noticed the slowdown. It's a bit better...

C-bug

I love the bracket menus `]` and `[` for goto_next_* and goto_prev_*, but I find it annoying that only diagnostics get special treatment with `]D` and `[D` for going to...

C-enhancement
A-helix-term

### Summary ​ ### Reproduction Steps ```bash $ echo 'if(true) &&true' > problem.ts $ hx problem.ts 8li ``` ### Helix log Backtrace: ``` thread 'main' panicked at 'called `Option::unwrap()` on...

C-bug
A-core

I find myself using `c` instead, but I think it would make sense for the current behaviour to be changed

A-core

What I mean by the selections' orientation is the relative order of the cursor and the anchor. I think it's important for movement operations to be consistent in their orientation...

A-helix-term

While attempting to write a DreamBerd program I ran into an interesting conundrum. As per the official style guide, I wanted to use my local currency of NIS (₪), as...