From ff7566c46d7debe9c96e6cb8f6b9bedf62c158f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 29 Aug 2019 22:48:25 +0200 Subject: [PATCH] README: use poor man's markdown version of definition lists --- README.md | 65 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 47 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5df7b7a7..3966fde0 100644 --- a/README.md +++ b/README.md @@ -53,29 +53,58 @@ is **not** possible to define new key bindings. * shift+page up/page down - scroll up/down in history -* ctrl+shift+c - copy selected text to the _clipboard_ -* ctrl+shift+v - paste from _clipboard_ -* ctrl+shift+r, - start a scrollback search + scroll up/down in history + +* ctrl+shift+c + + copy selected text to the _clipboard_ + +* ctrl+shift+v + + paste from _clipboard_ + +* ctrl+shift+r + + start a scrollback search While doing a scrollback search, the following shortcuts are available: -* ctrl+r - search for next match -* escape - cancel the search -* ctrl+g - cancel the search (same as `esc`) -* return - finish the search and put the current match to the primary selection +* ctrl+r + search for next match + +* escape + + cancel the search + +* ctrl+g + + cancel the search (same as `esc`) + +* return + + finish the search and put the current match to the primary selection ### Mouse -* left - **single-click**: drag to select; when released, the selected - text is copied to the _primary_ selection. Note that this feature is - normally disabled whenever the client has enabled mouse tracking, - but can be forced by holding `shift`. -* left - **double-click**: selects the _word_ (separated by spaces, - period, comma, parenthesis etc) under the pointer. Hold `ctrl` to - select everything under the pointer up to, and until, the next space - characters. -* left - **triple-click**: selects the entire row -* middle - paste from _primary_ selection +* left - **single-click** + + drag to select; when released, the selected text is copied to the + _primary_ selection. Note that this feature is normally disabled + whenever the client has enabled mouse tracking, but can be forced by + holding `shift`. + +* left - **double-click** + + selects the _word_ (separated by spaces, period, comma, parenthesis + etc) under the pointer. Hold `ctrl` to select everything under the + pointer up to, and until, the next space characters. + +* left - **triple-click** + + selects the entire row + +* middle + + paste from _primary_ selection