docs: minor docs tweaks for v0.3.0

This commit is contained in:
CJ van den Berg 2025-01-27 19:53:32 +01:00
parent a706e0b976
commit 35ab6bde42
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

13
help.md
View file

@ -28,7 +28,7 @@ Flow Control supports multiple input modes that may be changed
interactively at runtime. The current input mode (and some other interactively at runtime. The current input mode (and some other
settings) is persisted in the configuration file automatically. settings) is persisted in the configuration file automatically.
- f2 => Cycle major input modes (flow, vim, ...) - f4 => Cycle major input modes (flow, vim, ...)
The current input mode is displayed in the at the left side of the statusbar. The current input mode is displayed in the at the left side of the statusbar.
@ -48,7 +48,7 @@ it. This is very useful for editing keybinding definition files.
Run the `Edit keybindings` command to save the current keybinding mode to a Run the `Edit keybindings` command to save the current keybinding mode to a
file in the configuration `keys` directory and open it for editing. Save your file in the configuration `keys` directory and open it for editing. Save your
customized keybinds under a new name in the same directory to create an customized keybinds under a new name in the same directory to create an
entirely new keybinding mode that can be selected with `f2`. Delete the entirely new keybinding mode that can be selected with `f4`. Delete the
keybinding file from the configuration `keys` directory to revert the mode keybinding file from the configuration `keys` directory to revert the mode
to it's built-in definition (if there is one). Changes to keybinding files to it's built-in definition (if there is one). Changes to keybinding files
will take effect on restart. will take effect on restart.
@ -106,10 +106,10 @@ Mouse commands are not rebindable and are not listed in the command palette.
- Drag Left Click => - Drag Left Click =>
Extend selection to mouse pointer Extend selection to mouse pointer
- Ctrl + Left Click => - Alt + Left Click =>
Add cursor at mouse click Add cursor at mouse click
- Alt + Left Click => - Ctrl + Left Click =>
Goto definition of symbol at click Goto definition of symbol at click
- hold Alt => - hold Alt =>
@ -118,13 +118,16 @@ Mouse commands are not rebindable and are not listed in the command palette.
- Right Click => - Right Click =>
Extend selection to mouse pointer Extend selection to mouse pointer
- Middle Click =>
Close tab
- Back Button, Forward Button => - Back Button, Forward Button =>
Jump to previous/next location in the location history Jump to previous/next location in the location history
- Scroll Wheel => - Scroll Wheel =>
Scroll Scroll
- Ctrl + Scroll Wheel => - Alt + Scroll Wheel =>
Fast scroll Fast scroll
## Configuration ## Configuration