Bela uses a colemak-dh layout so hjkl don't work so well in modal editors. Also, this patch takes advantage of the fledgling ability in dotfiler to do host-specific configs.
RXSBH5QR7LIFYDE427FHAVN6KKMSCXBUDMIDSJK5WWOBWAVVXT5AC
theme = "dark_plus"
[editor]
line-number = "relative"
idle-timeout = 200
[lsp]
display-messages = true
{# bela has a Colemak keyboard #}
{% if HOSTNAME == "bela" %}
[keys.normal]
m = "move_char_left"
i = "move_char_right"
n = "move_line_down"
e = "move_line_up"
{% endif %}
config-gen.toml