helix: fix command name, hx: add page (#8242)

* helix: fix command name

* Update helix.md

* Create hx.md
pull/1/head
Axel Navarro 2022-07-23 13:23:58 -03:00 committed by GitHub
parent 2ff80e00a5
commit ad38933fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# vim
# helix
> Helix, A post-modern text editor, provides several modes for different kinds of text manipulation.
> Pressing `i` enters insert mode. `<Esc>` enters normal mode, which enables the use of Helix commands.
> More information: <https://helix-editor.com/>.
> More information: <https://helix-editor.com>.
- Open a file:

7
pages/common/hx.md Normal file
View File

@ -0,0 +1,7 @@
# hx
> This command is an alias of `helix`.
- View documentation for the original command:
`tldr helix`