qutebrowser: add Ctrl+L to copy url

This commit is contained in:
2026-05-19 18:45:16 +02:00
parent affa5b012c
commit a69f830aa9
+3
View File
@@ -19,5 +19,8 @@
changelog_after_upgrade = "never";
content.cookies.accept = "never";
};
extraConfig = ''
config.bind('<Ctrl-L>', 'yank url ;; message-info "URL copied"')
'';
};
}