Skip to content

Commit

Permalink
fix: ctrl+space workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Aug 1, 2024
1 parent 82502b5 commit 0215558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ blinking = "Off"

[colors.primary]
background = "#1A212E"

# ctrl + space workaround
[[key_bindings]]
key = "Space"
mods = "Control"
action = "SendEscape"

0 comments on commit 0215558

Please sign in to comment.