fix(assets): update config option examples (#920)

* update config option examples:
  ```
  no_pane_frames -> pane_frames
  no_mouse_mode -> mouse_mode
  ```

closes #916
This commit is contained in:
a-kenji 2021-12-03 11:13:56 +01:00 committed by GitHub
parent 60cbf7bde0
commit b78a6d4258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,13 +346,13 @@ plugins:
# Choose the path to the default shell that zellij will use for opening new panes # Choose the path to the default shell that zellij will use for opening new panes
# Default: $SHELL # Default: $SHELL
# default_shell: fish #default_shell: fish
# Toggle between having pane frames around the panes # Toggle between having pane frames around the panes
# Options: # Options:
# - true # - true (default)
# - false (default) # - false
#no_pane_frames: true #pane_frames: true
# Choose the theme that is specified in the themes section. # Choose the theme that is specified in the themes section.
# Default: default # Default: default
@ -366,6 +366,6 @@ plugins:
# On certain configurations, or terminals this could # On certain configurations, or terminals this could
# potentially interfere with copying text. # potentially interfere with copying text.
# Options: # Options:
# - true # - true (default)
# - false (default) # - false
#disable_mouse_mode: true #mouse_mode: false