Skip to content

Commit

Permalink
Add option to default config for copy_command (PR zellij-org#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCallicoat committed Jan 20, 2022
1 parent ddbf16e commit 3e8983d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zellij-utils/assets/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,12 @@ plugins:
# Valid values: positive integers
# Default value: 10000
#scroll_buffer_size: 10000

# Provide a command to execute when copying text. The text will be piped to
# the stdin of the program to perform the copy. This can be used with
# terminal emulators which do not support the OSC 52 ansi control sequence
# that will be used by default if this option is not set.
# Examples:
#copy_command: "xclip -selection clipboard"
#copy_command: "xclip -selection primary"
#copy_command: "wl-copy"

0 comments on commit 3e8983d

Please sign in to comment.