aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-05-13 18:33:38 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-05-13 18:33:38 +0100
commit2f9d77071dceb4bb56ccd3d806a43f68c382c943 (patch)
tree8297cd0639a297d68c25dec2fee9601eb4e0fb14
parentf6577f6eeb8df6f539d4cad57fca043ff8c84673 (diff)
Added key bind to open languages.toml
-rw-r--r--.config/helix/config.toml1
1 files changed, 1 insertions, 0 deletions
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",