feat: update kdl and helix

This commit is contained in:
2025-08-04 11:10:27 +02:00
parent 328a01d5be
commit 02dc30968a
3 changed files with 19 additions and 9 deletions

View File

@@ -278,13 +278,7 @@ default_layout "compact"
//
// copy_command "xclip -selection clipboard" // x11
{{ if .homebrew }}
copy_command "pbcopy"
{{ else }}
copy_command "wl-copy" // wayland
{{ end }}
copy_command "voidpin copy"
// Choose the destination for copied text
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.