From 312b29f712682053f018a4bf57edf74cf9193018 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Wed, 2 Jun 2021 12:05:39 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d867b007..6db96e29 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Some suggestions to get started: We provide an [architecture.md](./docs/architecture.md) that should give you a good overview of the internals. +## Usage + +### Shortcuts + - f - fuzzy searching of open files in the buffer + # Getting help Discuss the project on the community [Matrix channel](https://matrix.to/#/#helix-community:matrix.org). From c960bcfc247d2e5ac60695f4428fcef8270cac51 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Wed, 2 Jun 2021 13:15:31 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db96e29..3f7957dc 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,12 @@ a good overview of the internals. ## Usage -### Shortcuts +### Common shortcuts - f - fuzzy searching of open files in the buffer +All shortcuts/keymaps can be found in the documentation on the website: +- https://docs.helix-editor.com/keymap.html + # Getting help Discuss the project on the community [Matrix channel](https://matrix.to/#/#helix-community:matrix.org). From 5f49bafbe87824fe200d907ab1323f1c803af0a0 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Wed, 2 Jun 2021 17:05:15 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f7957dc..fa7c37f8 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ a good overview of the internals. ## Usage -### Common shortcuts - - f - fuzzy searching of open files in the buffer +### Keyboard shortcuts / Keymap All shortcuts/keymaps can be found in the documentation on the website: - https://docs.helix-editor.com/keymap.html