mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
567 B
Plaintext
38 lines
567 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# finch
|
|
|
|
> Console-based modular messaging client.
|
|
> More information: <https://developer.pidgin.im/wiki/Using%20Finch>.
|
|
|
|
- Launch finch:
|
|
|
|
`finch`
|
|
|
|
- Quit:
|
|
|
|
`{{<Alt q>|<Ctrl c>}}`
|
|
|
|
- Show actions menu:
|
|
|
|
`<Alt a>`
|
|
|
|
- Jump to n-th window:
|
|
|
|
`<Alt {{Number}}>`
|
|
|
|
- Close current window:
|
|
|
|
`<Alt c>`
|
|
|
|
- Start moving a window, use `<ArrowKeys>` to move, press `<Esc>` when done:
|
|
|
|
`<Alt m>`
|
|
|
|
- Start resizing a window, use `<ArrowKeys>` to resize, press `<Esc>` when done:
|
|
|
|
`<Alt r>`
|