From ad38933fbbcf6d8f1b1fccdc2b936161e4902ce5 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Sat, 23 Jul 2022 13:23:58 -0300 Subject: [PATCH] helix: fix command name, hx: add page (#8242) * helix: fix command name * Update helix.md * Create hx.md --- pages/common/helix.md | 4 ++-- pages/common/hx.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 pages/common/hx.md diff --git a/pages/common/helix.md b/pages/common/helix.md index ca9fc2c65..1f073c732 100644 --- a/pages/common/helix.md +++ b/pages/common/helix.md @@ -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. `` enters normal mode, which enables the use of Helix commands. -> More information: . +> More information: . - Open a file: diff --git a/pages/common/hx.md b/pages/common/hx.md new file mode 100644 index 000000000..08d7a8a08 --- /dev/null +++ b/pages/common/hx.md @@ -0,0 +1,7 @@ +# hx + +> This command is an alias of `helix`. + +- View documentation for the original command: + +`tldr helix`