summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-12-03 11:13:56 +0100
committerGitHub <noreply@github.com>2021-12-03 11:13:56 +0100
commitb78a6d4258befa325eda5d93822fba929edc877b (patch)
treeea9b7dc699ef16b27a1cf19de7e3253fde15c503
parent60cbf7bde0c839050a19a82265d49fecc8cc3cfe (diff)
fix(assets): update config option examples (#920)
* update config option examples: ``` no_pane_frames -> pane_frames no_mouse_mode -> mouse_mode ``` closes #916
-rw-r--r--zellij-utils/assets/config/default.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml
index 98e19228d..0c06485a8 100644
--- a/zellij-utils/assets/config/default.yaml
+++ b/zellij-utils/assets/config/default.yaml
@@ -346,13 +346,13 @@ plugins:
# Choose the path to the default shell that zellij will use for opening new panes
# Default: $SHELL
-# default_shell: fish
+#default_shell: fish
# Toggle between having pane frames around the panes
# Options:
-# - true
-# - false (default)
-#no_pane_frames: true
+# - true (default)
+# - false
+#pane_frames: true
# Choose the theme that is specified in the themes section.
# Default: default
@@ -366,6 +366,6 @@ plugins:
# On certain configurations, or terminals this could
# potentially interfere with copying text.
# Options:
-# - true
-# - false (default)
-#disable_mouse_mode: true
+# - true (default)
+# - false
+#mouse_mode: false