mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
finch: add page (#5038)
* finch: add page * finch: fix formatting Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
a1b636f844
commit
930a5e28cc
1 changed files with 32 additions and 0 deletions
32
pages/linux/finch.md
Normal file
32
pages/linux/finch.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# finch
|
||||||
|
|
||||||
|
> Console-based modular messaging client.
|
||||||
|
> More information: <https://developer.pidgin.im/wiki/Using%20Finch>.
|
||||||
|
|
||||||
|
- Launch finch:
|
||||||
|
|
||||||
|
`finch`
|
||||||
|
|
||||||
|
- Quit:
|
||||||
|
|
||||||
|
`alt + q or ctrl + c`
|
||||||
|
|
||||||
|
- Show actions menu:
|
||||||
|
|
||||||
|
`alt + a`
|
||||||
|
|
||||||
|
- Jump to n-th window:
|
||||||
|
|
||||||
|
`alt + {{number_key}}`
|
||||||
|
|
||||||
|
- Close current window:
|
||||||
|
|
||||||
|
`alt + c`
|
||||||
|
|
||||||
|
- Start moving a window, use arrow keys to move, press escape when done:
|
||||||
|
|
||||||
|
`alt + m`
|
||||||
|
|
||||||
|
- Start resizing a window, use arrow keys to resize, press escape when done:
|
||||||
|
|
||||||
|
`alt + r`
|
Loading…
Add table
Reference in a new issue