From 05796118b93f5ab3643e47a52a9789f53008feed Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Thu, 7 May 2026 01:18:44 -0500 Subject: [PATCH] Create helix config --- .config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/helix/config.toml diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..4c091b2 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,5 @@ +theme = "jetbrains_dark" +[editor] +bufferline = "always" +[keys.normal] +C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]