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

Since `jumplist_picker` doesn't update screen, we need to do one action to get the correct view. So I added 'align_view' to the callback like `jump_backward`.

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

## desc I tested on different files but it seems only works on [this one](https://fairygold.coding.net/p/banner/d/dyna-repo/git/tree/master/src/model.key) --- ## Reproduce 0. hx model.key 1. kkjkjkjkjjjj 2. :wq freeze. ---

Fixes visual discrepancy with a few themes by adding bufferline colors. There's one issue in a few commits where I've added `fg` to `ui.bufferline.background` where it was unnecessary. I only...

A-theme
S-waiting-on-review

Fixes #3052

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

coming from my previous setup, the first indent guide are a bit distracting. Therefore the option to disable this current: ![image](https://user-images.githubusercontent.com/22073483/189832778-b0fd407e-80b1-4deb-aaf4-878954a86f33.png) enabled: ![image](https://user-images.githubusercontent.com/22073483/189832506-b3d75b07-8b6d-48a0-b2e2-f0cb13f23c85.png) my neovim config for comparison (using indent-blankline...

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

Reference: https://github.com/occivink/kakoune-vertical-selection

C-enhancement

A couple of issues (#3383, #3897) have been opened around integration with taplo for TOML files related to Helix itself. It seems the root of this issue is that there...

C-enhancement

#### Describe your feature request See [`context.vim`](https://github.com/wellle/context.vim) for yourself. I think we may achieve this using tree sitter. ![][scroll.gif] [scroll.gif]: https://raw.githubusercontent.com/wellle/images/master/context-scroll.gif May be built-in or provided by a plugin.

C-enhancement
A-plugin

### Summary When selecting some text with the mouse, the message "yanked main selection to system clipboard" appears at the bottom, yet the clipboard does not seem to contain the...

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

Adds support for [Fennel](https://fennel-lang.org). Queries were converted from [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fennel/highlights.scm), should I add a comment noting that?

S-waiting-on-author
S-needs-discussion