From 2f9d77071dceb4bb56ccd3d806a43f68c382c943 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 13 May 2024 18:33:38 +0100 Subject: Added key bind to open languages.toml --- .config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f3eaacb..46f8772 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -39,6 +39,7 @@ display-inlay-hints = true 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", -- cgit v1.2.3