alacritty bindings

main
Alpha Chen 1 year ago
parent a0ee3c9ad0
commit c39fedd8b2
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -40,7 +40,11 @@ key_bindings:
- { key: Left, mods: Alt, chars: "\eb" } - { key: Left, mods: Alt, chars: "\eb" }
- { key: F, mods: Alt, chars: "\ef" } - { key: F, mods: Alt, chars: "\ef" }
- { key: Right, mods: Alt, chars: "\ef" } - { key: Right, mods: Alt, chars: "\ef" }
- { key: Back, mods: Command, chars: "\x15" }
- { key: N, mods: Command, action: CreateNewWindow } - { key: N, mods: Command, action: CreateNewWindow }
- { key: Comma, mods: Command, command:
{ program: "sh", args: ["-c", "/opt/homebrew/bin/neovide ~/.config/alacritty/alacritty.yml"] } }
import: import:
- ~/.config/alacritty/local.yml - ~/.config/alacritty/local.yml

Loading…
Cancel
Save