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"