mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
19 lines
285 B
TOML
19 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"
|