mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
feat: add tab switch for alacritty
Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ shell = {program = "/bin/zsh"}
|
|||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||||
|
save_to_clipboard = false
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
dimensions = { columns = 120, lines = 40 }
|
dimensions = { columns = 120, lines = 40 }
|
||||||
@@ -51,9 +52,9 @@ unfocused_hollow = true
|
|||||||
blink_interval = 750
|
blink_interval = 750
|
||||||
blink_timeout = 5
|
blink_timeout = 5
|
||||||
|
|
||||||
[bell]
|
# [bell]
|
||||||
animation = "EaseOutExpo" # Ease EaseOut EaseOutSine EaseOutQuad EaseOutCubic EaseOutQuart EaseOutQuint EaseOutExpo EaseOutCirc Linear
|
# animation = "EaseOutExpo" # Ease EaseOut EaseOutSine EaseOutQuad EaseOutCubic EaseOutQuart EaseOutQuint EaseOutExpo EaseOutCirc Linear
|
||||||
duration = 75
|
# duration = 75
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
@@ -76,3 +77,10 @@ mods = "None"
|
|||||||
[hints.enabled.binding]
|
[hints.enabled.binding]
|
||||||
key = "U"
|
key = "U"
|
||||||
mods = "Control|Shift"
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
# Window/Tab switching
|
||||||
|
{ key = "Tab", mods = "Control", action = "SelectNextTab" },
|
||||||
|
{ key = "Tab", mods = "Control|Shift", action = "SelectPreviousTab" },
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user