Skip to content

Commit

Permalink
fix(assets): update config option examples (#920)
Browse files Browse the repository at this point in the history
* update config option examples:
  ```
  no_pane_frames -> pane_frames
  no_mouse_mode -> mouse_mode
  ```

closes #916
  • Loading branch information
a-kenji authored Dec 3, 2021
1 parent 60cbf7b commit b78a6d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions zellij-utils/assets/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b78a6d4

Please sign in to comment.