From 1d20b576d1f5e4d88a670738be70e3bfac0c2e97 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 13 May 2024 19:40:49 +0100 Subject: Moved some key binds into a config mode section --- .config/helix/config.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.config/helix') diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 46f8772..ad170fc 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -36,10 +36,6 @@ display-messages = true display-inlay-hints = true [keys.normal] -C-g = ":toggle-option indent-guides.render" -C-o = ":config-open" -C-r = ":config-reload" -C-l = ":o ~/.config/helix/languages.toml" # Move line up/down A-k = [ "extend_to_line_bounds", @@ -58,3 +54,10 @@ A-j = [ [keys.normal.space.space] h = ':set gutters ["diagnostics","spacer","diff"]' s = ':set gutters ["diagnostics","spacer","line-numbers","spacer","diff"]' + +# Config Mode +[keys.normal."C-backspace"] +o = ":config-open" +r = ":config-reload" +l = ":o ~/.config/helix/languages.toml" +g = ":toggle-option indent-guides.render" -- cgit v1.2.3