Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 939 Bytes

File metadata and controls

40 lines (29 loc) · 939 Bytes

Helix Notes

Useful commands:

  • Open file picker: <space> F. (Open buffer picker: <space> b.)

  • Go somewhere - g....

    • Go to a word on screen: gw.
  • Add something around selection ms....

  • To select between quotes mi".

  • Repeat the last Fx or tx command: Alt + ..

  • Change your config: :config-open and config-reload.

My config:

theme = "catppuccin_mocha"

[editor]
mouse = false
bufferline = "always"
true-color = true
auto-pairs = false

[editor.soft-wrap]
enable = true
wrap-indicator = ""

[keys.insert]
"C-t" = "indent"
"C-u" = "unindent"

Links:

Troubleshooting:

  • If syntax highlighting isn't working, try hx -g fetch and hx -g build (source).