back to context overview
helix
List of commands for
helix:
:wq<Enter>
helix:tldr:3d7dd
helix: Save and Quit.
$ :wq
try on your machine
explain this command
:theme
helix:tldr:4c8bf
helix: Change the Helix theme.
$ :theme ${theme_name}
try on your machine
explain this command
u
helix:tldr:7b774
helix: Undo the last operation.
$ u
try on your machine
explain this command
:q!<Enter>
helix:tldr:874f0
helix: Force-quit without saving.
$ :q!
try on your machine
explain this command
helix
helix:tldr:a56eb
helix: Open a file.
$ helix ${filename}
try on your machine
explain this command
:format
helix:tldr:bd787
helix: Format the file.
$ :format
try on your machine
explain this command
back to context overview