summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2020-03-17 15:37:36 -0400
committerGitHub <noreply@github.com>2020-03-17 22:37:36 +0300
commit64db7d3daaed4e06fb8292227622bbc4cdaa2cf0 (patch)
tree970785834e5a9b0d454c50b8c44cfdab524436a3 /alacritty.yml
parent6ad0be5fb36ee6fbb5e360664778450c5bdfe6bb (diff)
downloadalacritty-64db7d3daaed4e06fb8292227622bbc4cdaa2cf0.tar.gz
alacritty-64db7d3daaed4e06fb8292227622bbc4cdaa2cf0.zip
Add default keybinding for SpawnNewInstance on macOS
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index d444abb3..1fcf46b8 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -527,6 +527,7 @@
#- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit }
#- { key: W, mods: Command, action: Quit }
+ #- { key: N, mods: Command, action: SpawnNewInstance }
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
#- { key: Paste, action: Paste }