feat(helix): add leader+l keymap to toggle line-number mode

This commit is contained in:
2026-06-14 13:26:50 +08:00
parent e8d166ad8c
commit 2f1af4da8b
+5
View File
@@ -10,6 +10,7 @@ auto-format = true
trim-trailing-whitespace = true trim-trailing-whitespace = true
insert-final-newline = true insert-final-newline = true
scrolloff = 5 scrolloff = 5
[editor.cursor-shape] [editor.cursor-shape]
normal = "block" normal = "block"
insert = "bar" insert = "bar"
@@ -34,3 +35,7 @@ skip-level = 1
[editor.file-picker] [editor.file-picker]
hidden = false hidden = false
parents = false parents = false
[keys.normal.space.l]
r = ":set line-number relative"
a = ":set line-number absolute"