Skip to content

Instantly share code, notes, and snippets.

@Bhacaz
Created November 24, 2025 14:50
Show Gist options
  • Select an option

  • Save Bhacaz/5f20dfc6fe7ef26d4b1d966924a2944f to your computer and use it in GitHub Desktop.

Select an option

Save Bhacaz/5f20dfc6fe7ef26d4b1d966924a2944f to your computer and use it in GitHub Desktop.
Helix config
theme = "nightfox"
[editor.auto-save.after-delay]
enable = true
[editor.indent-guides]
render = true
skip-levels = 1
[editor.file-picker]
hidden=false
[keys.normal]
C-j = ["extend_to_line_bounds", "delete_selection", "paste_after"]
C-k = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment