Useful commands:
-
Open file picker:
<space> F. (Open buffer picker:<space> b.) -
Go somewhere -
g....- Go to a word on screen:
gw.
- Go to a word on screen:
-
Add something around selection
ms.... -
To select between quotes
mi". -
Repeat the last
Fxortxcommand:Alt + .. -
Change your config:
:config-openandconfig-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 fetchandhx -g build(source).