From 930a5e28cc8d6baa20296bb7076fd692212b8c5a Mon Sep 17 00:00:00 2001 From: Howard Yun Date: Fri, 1 Jan 2021 16:33:12 -0500 Subject: [PATCH] finch: add page (#5038) * finch: add page * finch: fix formatting Co-authored-by: Starbeamrainbowlabs Co-authored-by: Starbeamrainbowlabs --- pages/linux/finch.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/finch.md diff --git a/pages/linux/finch.md b/pages/linux/finch.md new file mode 100644 index 0000000000..96c3ddb96f --- /dev/null +++ b/pages/linux/finch.md @@ -0,0 +1,32 @@ +# finch + +> Console-based modular messaging client. +> More information: . + +- 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`