Skip to content

Instantly share code, notes, and snippets.

@augray
Last active November 8, 2023 21:13
Show Gist options
  • Save augray/56fe8e09707c8dde83d20769f493fd55 to your computer and use it in GitHub Desktop.
Save augray/56fe8e09707c8dde83d20769f493fd55 to your computer and use it in GitHub Desktop.
Preferred Helix Config (https://helix-editor.com/)
theme = "onedark"
[editor]
true-color = true
[editor.file-picker]
hidden = false
# Note: can use .git/info/exclude to hide things from finder
git-ignore = false
[editor.whitespace.render]
newline = "all"
[keys.normal]
c = "change_selection_noyank"
D = "delete_selection_noyank"
[keys.normal."+"]
f = ":run-shell-command make fix"
r = ":reload"
p = ":run-shell-command git pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment