mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
config: map Control+wheel to font increase/decrease
This is in addition to the already existing keyboard shortcuts. Also add missing default keyboard/mouse bindings to readme + foot(1).
This commit is contained in:
parent
729bd57cae
commit
9ca84e6b48
5 changed files with 44 additions and 8 deletions
|
|
@ -183,16 +183,16 @@ default) available; see *foot.ini*(5).
|
|||
Paste from _clipboard_
|
||||
|
||||
*shift*+*insert*
|
||||
Paste from the _primary selection_.
|
||||
Paste from the _primary selection_
|
||||
|
||||
*ctrl*+*shift*+*r*
|
||||
Start a scrollback search
|
||||
|
||||
*ctrl*+*+*, *ctrl*+*=*
|
||||
Increase font size by 0.5pt
|
||||
Increase font size
|
||||
|
||||
*ctrl*+*-*
|
||||
Decrease font size by 0.5pt
|
||||
Decrease font size
|
||||
|
||||
*ctrl*+*0*
|
||||
Reset font size
|
||||
|
|
@ -273,6 +273,10 @@ default) available; see *foot.ini*(5).
|
|||
characters.
|
||||
|
||||
*left*, triple-click
|
||||
Selects the everything between enclosing quotes, or the entire row
|
||||
if not inside a quote.
|
||||
|
||||
*left*, quad-click
|
||||
Selects the entire row
|
||||
|
||||
*middle*
|
||||
|
|
@ -283,9 +287,16 @@ default) available; see *foot.ini*(5).
|
|||
selection, while hold-and-drag allows you to interactively resize
|
||||
the selection.
|
||||
|
||||
*ctrl*+*right*
|
||||
Extend the current selection, but force it to be character wise,
|
||||
rather than depending on the original selection mode.
|
||||
|
||||
*wheel*
|
||||
Scroll up/down in history
|
||||
|
||||
*ctrl*+*wheel*
|
||||
Increase/decrease font size
|
||||
|
||||
## TOUCHSCREEN
|
||||
|
||||
*tap*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue