From 0960109e1a01c4f2ac475dd345bbc7f88ec57fb7 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:45:49 +0200 Subject: [PATCH] Helix config: Added theme --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 781a111..0ec7c11 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -1,3 +1,5 @@ +theme="bogster" + [keys.normal] C-left = "move_prev_word_start" C-right = "move_next_word_end"