this post was submitted on 29 Apr 2024
17 points (100.0% liked)

Helix Editor

232 readers
8 users here now

About

Post-modern community focused on post-modern editor.

Rules

Instance rules apply here.

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

Unfortunately, insert-output doesn't seem to work with gitui under Windows - I don't see the application although I can see the control codes after I've quit. It does work with lazygit, but for me lazygit has a ~200 ms lag for every input, which makes it horrible to use.

Bookmarked for when I switch to Linux full-time.

[–] [email protected] 2 points 1 year ago (1 children)

yep, this method didn't work with this method for gitui on my nixos machine either. And a youtube commenter pointed out that LazyGit (inside helix) can't open files to edit. So this method is definitely not perfect but is probably still useful in the right situation

[–] [email protected] 2 points 1 year ago

Yup, I noticed that no-Helix-inside-Helix comment too, but I don't use my git tools to edit files anyway. I often stage only certain lines, so doing that interactively is 90% of why I'd use similar tools.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

If you use the kitty terminal emulator and have your favorite git TUI installed (e.g. lazygit), you can map something like this (my current mapping) to get a proper IDE-like git experience:

map alt+shift+f6  launch --type overlay --title "lazygit" --cwd current lazygit
[–] [email protected] 1 points 1 year ago

Amazing, I'll try