Add carapace and Borg

This commit is contained in:
2026-02-08 17:21:28 +11:00
parent 8e0e3005c5
commit 21252ae245
4 changed files with 29 additions and 4 deletions

View File

@@ -292,7 +292,7 @@ options {
// Choose the theme that is specified in the themes section.
// Default: default
//
// theme "dracula"
theme "dracula"
// Choose the base input mode of zellij.
// Default: normal
@@ -302,7 +302,7 @@ options {
// Choose the path to the default shell that zellij will use for opening new panes
// Default: $SHELL
//
default_shell "/snap/bin/nu"
default_shell "/usr/bin/zsh"
// Choose the path to override cwd that zellij will use for opening new panes
@@ -373,7 +373,7 @@ default_shell "/snap/bin/nu"
// Examples:
//
// copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland
copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx
//
// copy_command "pbcopy"
@@ -394,7 +394,7 @@ default_shell "/snap/bin/nu"
// Path to the default editor to use to edit pane scrollbuffer
// Default: $EDITOR or $VISUAL
// scrollback_editor "/usr/bin/vim"
scrollback_editor "/usr/bin/vim"
// A fixed name to always give the Zellij session.
// Consider also setting `attach_to_session true,`