mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-10 02:51:05 +01:00
11 lines
214 B
INI
11 lines
214 B
INI
[key-bindings]
|
|
regex-launch=[one] Shift+Control+1
|
|
regex-launch=[two] Shift+Control+2
|
|
|
|
[regex:one]
|
|
launch=echo Regex one works
|
|
regex=(some regex)
|
|
|
|
[regex:two]
|
|
launch=echo Second also works!
|
|
regex=(some other regex)
|