mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
README: upper case initial letters
This commit is contained in:
parent
ff7566c46d
commit
5c47fac893
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
|
@ -53,58 +53,58 @@ is **not** possible to define new key bindings.
|
||||||
|
|
||||||
* <kbd>shift</kbd>+<kbd>page up</kbd>/<kbd>page down</kbd>
|
* <kbd>shift</kbd>+<kbd>page up</kbd>/<kbd>page down</kbd>
|
||||||
|
|
||||||
scroll up/down in history
|
Scroll up/down in history
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>c</kbd>
|
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>c</kbd>
|
||||||
|
|
||||||
copy selected text to the _clipboard_
|
Copy selected text to the _clipboard_
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>v</kbd>
|
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>v</kbd>
|
||||||
|
|
||||||
paste from _clipboard_
|
Paste from _clipboard_
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>r</kbd>
|
* <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>r</kbd>
|
||||||
|
|
||||||
start a scrollback search
|
Start a scrollback search
|
||||||
|
|
||||||
While doing a scrollback search, the following shortcuts are
|
While doing a scrollback search, the following shortcuts are
|
||||||
available:
|
available:
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>r</kbd>
|
* <kbd>ctrl</kbd>+<kbd>r</kbd>
|
||||||
|
|
||||||
search for next match
|
Search for next match
|
||||||
|
|
||||||
* <kbd>escape</kbd>
|
* <kbd>escape</kbd>
|
||||||
|
|
||||||
cancel the search
|
Cancel the search
|
||||||
|
|
||||||
* <kbd>ctrl</kbd>+<kbd>g</kbd>
|
* <kbd>ctrl</kbd>+<kbd>g</kbd>
|
||||||
|
|
||||||
cancel the search (same as `esc`)
|
Cancel the search (same as `esc`)
|
||||||
|
|
||||||
* <kbd>return</kbd>
|
* <kbd>return</kbd>
|
||||||
|
|
||||||
finish the search and put the current match to the primary selection
|
Finish the search and put the current match to the primary selection
|
||||||
|
|
||||||
### Mouse
|
### Mouse
|
||||||
|
|
||||||
* <kbd>left</kbd> - **single-click**
|
* <kbd>left</kbd> - **single-click**
|
||||||
|
|
||||||
drag to select; when released, the selected text is copied to the
|
Drag to select; when released, the selected text is copied to the
|
||||||
_primary_ selection. Note that this feature is normally disabled
|
_primary_ selection. Note that this feature is normally disabled
|
||||||
whenever the client has enabled mouse tracking, but can be forced by
|
whenever the client has enabled mouse tracking, but can be forced by
|
||||||
holding `shift`.
|
holding `shift`.
|
||||||
|
|
||||||
* <kbd>left</kbd> - **double-click**
|
* <kbd>left</kbd> - **double-click**
|
||||||
|
|
||||||
selects the _word_ (separated by spaces, period, comma, parenthesis
|
Selects the _word_ (separated by spaces, period, comma, parenthesis
|
||||||
etc) under the pointer. Hold `ctrl` to select everything under the
|
etc) under the pointer. Hold `ctrl` to select everything under the
|
||||||
pointer up to, and until, the next space characters.
|
pointer up to, and until, the next space characters.
|
||||||
|
|
||||||
* <kbd>left</kbd> - **triple-click**
|
* <kbd>left</kbd> - **triple-click**
|
||||||
|
|
||||||
selects the entire row
|
Selects the entire row
|
||||||
|
|
||||||
* <kbd>middle</kbd>
|
* <kbd>middle</kbd>
|
||||||
|
|
||||||
paste from _primary_ selection
|
Paste from _primary_ selection
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue