Created
November 24, 2025 14:50
-
-
Save Bhacaz/5f20dfc6fe7ef26d4b1d966924a2944f to your computer and use it in GitHub Desktop.
Helix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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