From 57b2677625e446029fc288a3a8889c66be878bda Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 4 Oct 2023 23:36:35 -0400 Subject: [PATCH] Put link to helix keymap --- helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index 3f0e4b9..2ff894f 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,6 +1,8 @@ [editor] true-color = true +# http://www.keyboard-layout-editor.com/#/gists/d1f226131381138f983d9b3beaeaa90b + [keys.normal] # these are additions I like "C-l" = "page_up" # ctrl+move_visual_line_up is page up