diff options
author | Carlos Tuñón <camotubi@gmail.com> | 2019-01-05 15:47:12 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-05 20:47:12 +0000 |
commit | e4dc43e87c5330c1f22dc2e7570d7e66881ef647 (patch) | |
tree | b8bfa95519ac71845d5ed2bc873cfdd57dc27993 /alacritty_macos.yml | |
parent | f4fc9eb35a02426dac33a19e2cb9ff182d745316 (diff) | |
download | alacritty-e4dc43e87c5330c1f22dc2e7570d7e66881ef647.tar.gz alacritty-e4dc43e87c5330c1f22dc2e7570d7e66881ef647.zip |
Add key/mouse action for spawning new Alacritty instances
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 4c8e26ed..f0448511 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -326,7 +326,7 @@ live_config_reload: true # arguments (`command`). # # Example: -# `- { key: V, mods: Command, action: Paste }` +# `- { key: V, mods: Control|Shift, action: Paste }` # # Available fields: # - key @@ -381,6 +381,7 @@ live_config_reload: true # - Hide # - Quit # - ClearLogNotice +# - SpawnNewInstance # # Values for `command`: # The `command` field must be a map containing a `program` string and |