aboutsummaryrefslogtreecommitdiff
path: root/alacritty_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_windows.yml')
-rw-r--r--alacritty_windows.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/alacritty_windows.yml b/alacritty_windows.yml
index cdca685e..0d08b1e8 100644
--- a/alacritty_windows.yml
+++ b/alacritty_windows.yml
@@ -303,7 +303,7 @@ enable_experimental_conpty_backend: false
# arguments (`command`).
#
# Example:
-# `- { key: V, mods: Command, action: Paste }`
+# `- { key: V, mods: Control|Shift, action: Paste }`
#
# Available fields:
# - key
@@ -358,6 +358,7 @@ enable_experimental_conpty_backend: false
# - Hide
# - Quit
# - ClearLogNotice
+# - SpawnNewInstance
#
# Values for `command`:
# The `command` field must be a map containing a `program` string and
@@ -374,8 +375,6 @@ enable_experimental_conpty_backend: false
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- - { key: Q, mods: Command, action: Quit }
- - { key: W, mods: Command, action: Quit }
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }