summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/config/default.kdl
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-02-28 16:12:12 +0100
committerGitHub <noreply@github.com>2024-02-28 16:12:12 +0100
commit6340b5e312cd4c52fa7a967b44aa331253c64779 (patch)
tree425a42f6c42599f5e348df54028321ff04f65739 /zellij-utils/assets/config/default.kdl
parenteba597afc5373fc02062adf296be70db04ee9725 (diff)
fix(plugins): respect cwd and start filepicker at filesystem root (#3161)
* allow padding cwd to plugins * improve strider performance and fix alias cwd issue * style(fmt): rustfmt
Diffstat (limited to 'zellij-utils/assets/config/default.kdl')
-rw-r--r--zellij-utils/assets/config/default.kdl4
1 files changed, 3 insertions, 1 deletions
diff --git a/zellij-utils/assets/config/default.kdl b/zellij-utils/assets/config/default.kdl
index c8e61bf43..f3decbc9e 100644
--- a/zellij-utils/assets/config/default.kdl
+++ b/zellij-utils/assets/config/default.kdl
@@ -194,7 +194,9 @@ plugins {
welcome-screen location="zellij:session-manager" {
welcome_screen true
}
- filepicker location="zellij:strider"
+ filepicker location="zellij:strider" {
+ cwd "/"
+ }
}
// Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP