Skip to content

Commit 43ed372

Browse files
Save changes at: 1742059684
1 parent f131301 commit 43ed372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

profile.sh

+4
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ function configure_helix() {
602602
mkdir -p "$HOME"/.config/helix/
603603
cat > "$HOME"/.config/helix/config.toml << 'EOF'
604604
theme = "adwaita-dark"
605+
606+
[keys.normal]
607+
y = "yank_joined_to_clipboard"
608+
605609
EOF
606610
}
607611

0 commit comments

Comments
 (0)