summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-05-02 13:29:00 +0200
committerAram Drevekenin <aram@poor.dev>2022-05-02 13:29:00 +0200
commitbe2659ed2ef5e1b08b98f0e932bd8427f611bcb8 (patch)
tree7b40266e7bcda77dede78fd3a6fec837a03f4b0a /example
parent52123c5c0495e973036c9ff5cc8474b151f1761c (diff)
chore(release): v0.29.0v0.29.0
Diffstat (limited to 'example')
-rw-r--r--example/default.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/example/default.yaml b/example/default.yaml
index 642d46442..070bacb6c 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -42,6 +42,9 @@ keybinds:
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
+ # uncomment this and adjust key if using copy_on_select=false
+ # - action: [Copy: ]
+ # key: [ Alt: 'c']
locked:
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'g',]
@@ -316,6 +319,9 @@ keybinds:
key: [ Alt: '+']
- action: [Resize: Decrease,]
key: [ Alt: '-']
+ # uncomment this and adjust key if using copy_on_select=false
+ # - action: [Copy: ]
+ # key: [ Alt: 'c']
renametab:
- action: [SwitchToMode: Normal,]
key: [Char: "\n", Ctrl: 'c', Esc]
@@ -536,4 +542,7 @@ plugins:
# Options:
# - system (default)
# - primary
-# copy_clipboard: primary
+#copy_clipboard: primary
+
+# Enable or disable automatic copy (and clear) of selection when releasing mouse
+#copy_on_select: true