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"]