Skip to content

Commit

Permalink
fixup! Update Alacritty config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 4, 2024
1 parent ac0c94b commit cffb64e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
};

mouse = {
double_click.threshold = 300;
triple_click.threshold = 300;
faux_scrolling_lines = 1;
hide_when_typing = false;
};

Expand Down Expand Up @@ -67,7 +64,7 @@
];
};

key.bindings = [
keyboard.bindings = [
{
key = "C";
mods = "Control|Shift";
Expand Down

0 comments on commit cffb64e

Please sign in to comment.