From 4b82d306f540fa4ee8d75f7629ac4de2d28f2403 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 18:10:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 18:10:06 --- .config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index b2ec4073..ff1e5534 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -11,12 +11,16 @@ cursorline = true bufferline = "multiple" color-modes = true scrolloff = 2 +jump-label-alphabet = "tnseriplfuwydhcxoaqz" [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" +[editor.statusline] +mode.normal = "NRM" + [keys.normal] m = "move_char_left" M = "goto_line_start"