24 lines
424 B
YAML
24 lines
424 B
YAML
|
|
keymap:
|
||
|
|
- name: macOS-style shortcuts
|
||
|
|
application:
|
||
|
|
not:
|
||
|
|
- com.mitchellh.ghostty
|
||
|
|
|
||
|
|
remap:
|
||
|
|
Super-c: Ctrl-c
|
||
|
|
Super-v: Ctrl-v
|
||
|
|
Super-x: Ctrl-x
|
||
|
|
Super-a: Ctrl-a
|
||
|
|
Super-z: Ctrl-z
|
||
|
|
Super-f: Ctrl-f
|
||
|
|
Super-s: Ctrl-s
|
||
|
|
|
||
|
|
- name: Ghostty shortcuts
|
||
|
|
application:
|
||
|
|
only:
|
||
|
|
- com.mitchellh.ghostty
|
||
|
|
|
||
|
|
remap:
|
||
|
|
Super-c: Ctrl-Shift-c
|
||
|
|
Super-v: Ctrl-Shift-v
|