Add carapace and Borg
This commit is contained in:
@@ -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,`
|
||||
|
||||
Reference in New Issue
Block a user