Skip to content

Commit

Permalink
alacritty: Disable cmd+t tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Apr 10, 2024
1 parent cbbddc7 commit 0fc7513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/platform-osx/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[bell]
animation = "EaseOutExpo"
duration = 0

[keyboard]

bindings = [
{ key = "T", mods = "Command", action = "ReceiveChar" }
]

0 comments on commit 0fc7513

Please sign in to comment.