mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 19:59:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# cmus
|
||||
|
||||
> Command-line Music Player.
|
||||
> Use arrow keys to navigate, `<enter/return>` to select, and numbers 1-8 switch between different views.
|
||||
> Use `<ArrowKeys>` to navigate, `<Enter>` to select, and numbers `<1>`-`<8>` switch between different views.
|
||||
> See also: `ncmpcpp`, `clementine`, `qmmp`.
|
||||
> More information: <https://cmus.github.io>.
|
||||
|
||||
@@ -16,16 +16,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Add file/directory to library:
|
||||
|
||||
`:add {{path/to/file_or_directory}}`
|
||||
`<:>add {{path/to/file_or_directory}}`
|
||||
|
||||
- Pause/unpause current song:
|
||||
|
||||
`c`
|
||||
`<c>`
|
||||
|
||||
- Toggle shuffle mode on/off:
|
||||
|
||||
`s`
|
||||
`<s>`
|
||||
|
||||
- Quit cmus:
|
||||
|
||||
`q`
|
||||
`<q>`
|
||||
|
||||
Reference in New Issue
Block a user