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