From bbc1a3cc99644e5be1030b5ed8d51928c821b866 Mon Sep 17 00:00:00 2001 From: Linden Krouse Date: Wed, 1 May 2024 14:22:02 -0700 Subject: Add support for Unicode input ref: https://github.com/helix-editor/helix/issues/1438 ref: https://github.com/helix-editor/helix/pull/2852 --- 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 52c179f5..b98e101c 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -73,6 +73,7 @@ Normal mode is the default mode when you launch helix. You can return to it from | `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