From bf11b339e3ee320f61c83686a388facb0e890a05 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 8 Dec 2024 03:09:47 +0100 Subject: [PATCH] bufferline --- helix/.config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix/.config/helix/config.toml b/helix/.config/helix/config.toml index f7de034..2d4d0bb 100644 --- a/helix/.config/helix/config.toml +++ b/helix/.config/helix/config.toml @@ -3,6 +3,7 @@ theme = "github_dark_high_contrast_transparent" [editor] line-number = "relative" scroll-lines = 3 +bufferline = "multiple" [editor.cursor-shape] insert = "bar"