Alacritty: Sync config with latest version
This commit is contained in:
@@ -228,9 +228,9 @@ colors:
|
||||
# background: '#c5c8c6'
|
||||
# foreground: '#1d1f21'
|
||||
|
||||
# Keyboard regex hints
|
||||
# Keyboard hints
|
||||
#hints:
|
||||
# First character in the hint label
|
||||
# Fist character in the hint label
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
@@ -489,6 +489,29 @@ colors:
|
||||
# key: U
|
||||
# mods: Control|Shift
|
||||
|
||||
# Regex hints
|
||||
#
|
||||
# Terminal hints can be used to find text in the visible part of the terminal
|
||||
# and pipe it to other applications.
|
||||
#hints:
|
||||
# Keys used for the hint labels.
|
||||
#alphabet: "jfkdls;ahgurieowpq"
|
||||
|
||||
# List with all available hints
|
||||
#
|
||||
# The fields `command`, `binding.key` and `binding.mods` accept the same
|
||||
# values as they do in the `key_bindings` section.
|
||||
#
|
||||
# Example
|
||||
#
|
||||
# enabled:
|
||||
# - regex: "alacritty/alacritty#\\d*"
|
||||
# command: firefox
|
||||
# binding:
|
||||
# key: G
|
||||
# mods: Control|Shift
|
||||
#enabled: []
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
# Mouse bindings are specified as a list of objects, much like the key
|
||||
@@ -719,7 +742,8 @@ colors:
|
||||
#
|
||||
# If the same trigger is assigned to multiple actions, all of them are executed
|
||||
# in the order they were defined in.
|
||||
#key_bindings:
|
||||
key_bindings:
|
||||
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
|
||||
#- { key: Paste, action: Paste }
|
||||
#- { key: Copy, action: Copy }
|
||||
#- { key: L, mods: Control, action: ClearLogNotice }
|
||||
@@ -821,7 +845,6 @@ colors:
|
||||
#- { key: C, mods: Command, action: Copy }
|
||||
#- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: H, mods: Command, action: Hide }
|
||||
#- { key: H, mods: Command|Alt, action: HideOtherApplications }
|
||||
#- { key: M, mods: Command, action: Minimize }
|
||||
#- { key: Q, mods: Command, action: Quit }
|
||||
#- { key: W, mods: Command, action: Quit }
|
||||
|
||||
Reference in New Issue
Block a user