From 185be809a2568d3d88b9bcc67ee4e2c5eabfb060 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 6 Mar 2026 16:25:02 -0800 Subject: [PATCH] New backup 2026-03-06 16:25:02 --- default/home/.config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/home/.config/helix/config.toml b/default/home/.config/helix/config.toml index b105276..fcfcb51 100644 --- a/default/home/.config/helix/config.toml +++ b/default/home/.config/helix/config.toml @@ -12,6 +12,7 @@ insert-final-newline = true trim-trailing-whitespace = true popup-border = "all" clipboard-provider = "wayland" +bufferline = "multiple" [editor.statusline] mode.normal = "" @@ -60,6 +61,8 @@ esc = ["collapse_selection", "normal_mode"] esc = ["collapse_selection", "keep_primary_selection"] ret = ["move_line_down", "goto_first_nonwhitespace"] 0 = "goto_line_start" +C-left = ":buffer-previous" +C-right = ":buffer-next" [keys.select] esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]