helix: get rid of relative line numbers while keeping a hotkey
This commit is contained in:
parent
08b94c3fb5
commit
6d36f69ccd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@ theme = "gruvbox"
|
|||
|
||||
[editor]
|
||||
true-color = true
|
||||
line-number = "relative"
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
|
@ -22,3 +21,4 @@ enable = true
|
|||
l = ":toggle-option whitespace.render all none"
|
||||
m = ":toggle-option mouse"
|
||||
x = ":toggle-option cursorline"
|
||||
z = ":toggle-option line-number relative absolute"
|
||||
|
|
Loading…
Reference in a new issue