Frank Noirot
banner
franknoirot.co
Frank Noirot
@franknoirot.co
BK & 💻 & 🛹

Design engineer, writing at franknoirot.co.
Helix Git nicety 3: open GitHub remote URL at selection:

[keys.normal.space.g]
O = ':sh open $(git config --get remote.origin.url)/tree/$(git branch --show-current)/%{buffer_name}#L%{selection_line_start}-L%{selection_line_end}'
November 12, 2025 at 3:56 AM
Helix Git nicety 2: copy GitHub remote URL for your current selection.

[keys.normal.space.g]
Y = ':sh echo "$(git config --get remote.origin.url)/tree/$(git branch --show-current)/%{buffer_name}#L%{selection_line_start}-L%{selection_line_end}" | pbcopy'
November 12, 2025 at 3:56 AM
Helix Git nicety 1: enabling lazygit in the way I was used to with nvim, space-g-g.

Put the following in your config.yml:
[keys.normal.space.g]
f = "changed_file_picker"
g = [
":write-all",
":new",
":insert-output lazygit",
":buffer-close!",
":redraw",
":reload-all"
]
November 12, 2025 at 3:56 AM
It takes your multiple cursors/selections and vertically aligns them. It's niche enough that I probably won't ever use it, but it made me feel like the selections concept they've made has power.
November 11, 2025 at 5:46 AM
Newark Airpot should really be ashamed of themselves, it’s crazy.
September 26, 2025 at 10:06 PM
A dream of mine came true! Nabbed a @muli-cycles.bsky.social in Montreal and brought it back to NYC. Did my first “go skate in Manhattan and bring home some party supplies” trip ❤️
August 31, 2025 at 5:56 PM