summaryrefslogtreecommitdiffstats
path: root/example/default.yaml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-06-07 15:31:52 +0200
committerAram Drevekenin <aram@poor.dev>2022-06-07 15:31:52 +0200
commit3c692248d894de7829ed0da33237204089cc20d9 (patch)
tree799adfcea030f4adc4ae9cd0d5df4cc65f469ecb /example/default.yaml
parent747b4ae7db408640a73ef4f636b73e3060188767 (diff)
chore(release): v0.30.0v0.30.0
Diffstat (limited to 'example/default.yaml')
-rw-r--r--example/default.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/default.yaml b/example/default.yaml
index 070bacb6c..961d37fb0 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -271,6 +271,8 @@ keybinds:
- action: [Resize: Decrease,]
key: [ Alt: '-']
scroll:
+ - action: [EditScrollback, SwitchToMode: Normal]
+ key: [Char: 'e']
- action: [SwitchToMode: Normal,]
key: [Ctrl: 's', Char: ' ', Char: "\n", Esc]
- action: [SwitchToMode: Tab,]
@@ -479,6 +481,8 @@ plugins:
tag: status-bar
- path: strider
tag: strider
+ - path: compact-bar
+ tag: compact-bar
# Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP
# eg. when terminal window with an active zellij session is closed
@@ -546,3 +550,6 @@ plugins:
# Enable or disable automatic copy (and clear) of selection when releasing mouse
#copy_on_select: true
+
+# Path to the default editor to use to edit pane scrollbuffer
+# scrollback_editor: /usr/bin/nano