commit b333f76c6d180c36c00ba555c79d16b31eb5c038 parent e00f40ed237793fef4f89cd5e7e0e0bbb1325eeb Author: Alex Balgavy <alex@balgavy.eu> Date: Wed, 8 Jun 2022 13:00:08 +0200 helix: config file Diffstat:
M | dot.map | | | 1 | + |
A | helix/config.toml | | | 7 | +++++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dot.map b/dot.map @@ -61,6 +61,7 @@ surfraw: ~/.config/surfraw khard: ~/.config/khard khal: ~/.config/khal vdirsyncer: ~/.config/vdirsyncer +helix: ~/.config/helix # Email: these won't exist when you clone the repo mbsync: ~/.config/mbsync diff --git a/helix/config.toml b/helix/config.toml @@ -0,0 +1,7 @@ +theme = "everforest_light" + +[keys.normal] +0 = "goto_line_start" +"$" = "goto_line_end" +";" = "command_mode" +":" = "collapse_selection"