Browse Source

Completion is only one direction, so lets put both keys in there

master
Julio Biason 1 year ago
parent
commit
28fe3ce38f
  1. 5
      helix/config.toml

5
helix/config.toml

@ -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"

Loading…
Cancel
Save