foot: Bind show-urls-copy
This commit is contained in:
parent
89c0e9d212
commit
1951fcc8bc
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "Iosevka Nerd Font:size=${toString cfg.fontSize}, Twitter Color Emoji:size=${toString cfg.fontSize}";
|
font = "Iosevka Nerd Font:size=${toString cfg.fontSize}, Twitter Color Emoji:size=${toString cfg.fontSize}";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "no";
|
||||||
|
};
|
||||||
|
|
||||||
|
key-bindings = {
|
||||||
|
show-urls-copy = "Control+Shift+w";
|
||||||
};
|
};
|
||||||
|
|
||||||
scrollback = {
|
scrollback = {
|
||||||
|
|
Loading…
Reference in a new issue