mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
20 lines
285 B
TOML
20 lines
285 B
TOML
|
[[keymaps]]
|
||
|
command = "NextTrack"
|
||
|
key_sequence = "g n"
|
||
|
|
||
|
[[keymaps]]
|
||
|
command = "PreviousTrack"
|
||
|
key_sequence = "g p"
|
||
|
|
||
|
[[keymaps]]
|
||
|
command = "Search"
|
||
|
key_sequence = "C-c C-x /"
|
||
|
|
||
|
[[keymaps]]
|
||
|
command = "ResumePause"
|
||
|
key_sequence = "M-enter"
|
||
|
|
||
|
[[keymaps]]
|
||
|
command = "None"
|
||
|
key_sequence = "q"
|