From a4394d502f8ee551660af5c8f04545cca349efb9 Mon Sep 17 00:00:00 2001 From: JJ Date: Tue, 31 Oct 2023 20:55:00 -0700 Subject: Add support for Unicode input note: a better approach is here https://github.com/quantonganh/snippets-ls ref: https://github.com/helix-editor/helix/issues/1438 ref: https://github.com/helix-editor/helix/pull/2852 Co-authored-by: Linden Krouse --- book/src/keymap.md | 1 + 1 file changed, 1 insertion(+) (limited to 'book/src/keymap.md') diff --git a/book/src/keymap.md b/book/src/keymap.md index 82910fe3..dc0786be 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -72,6 +72,7 @@ Normal mode is the default mode when you launch helix. Return to it from other m | `a` | Insert after selection (append) | `append_mode` | | `I` | Insert at the start of the line | `insert_at_line_start` | | `A` | Insert at the end of the line | `insert_at_line_end` | +| `\` | Insert digraphs | `insert_digraph` | | `o` | Open new line below selection | `open_below` | | `O` | Open new line above selection | `open_above` | | `.` | Repeat last insert | N/A | -- cgit v1.2.3-70-g09d2