|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
theme = "ayu_dark" |
|
|
|
|
theme = "ayu_mirage" |
|
|
|
|
|
|
|
|
|
[editor] |
|
|
|
|
line-number = "relative" |
|
|
|
@ -35,6 +35,7 @@ auto-signature-help = false
|
|
|
|
|
"C-e" = "goto_line_end_newline" |
|
|
|
|
"A-left" = "goto_line_start" |
|
|
|
|
"C-p" = "completion" |
|
|
|
|
"C-n" = "completion" |
|
|
|
|
|
|
|
|
|
[keys.normal] |
|
|
|
|
"space" = { space = "file_picker", "h" = "no_op" } |
|
|
|
@ -47,4 +48,4 @@ Z = { Z = ":wq" }
|
|
|
|
|
x = "delete_char_forward" |
|
|
|
|
_ = "goto_line_start" |
|
|
|
|
V = "extend_line_below" |
|
|
|
|
G = "goto_line_end" |
|
|
|
|
G = "goto_line_end" |
|
|
|
|