docs: add a note about terminal key bindings
This commit is contained in:
parent
d51895248d
commit
ed22cbeba5
2 changed files with 28 additions and 0 deletions
13
README.md
13
README.md
|
@ -27,6 +27,19 @@ Place it in your path for convenient access.
|
||||||
|
|
||||||
See --help for full command line.
|
See --help for full command line.
|
||||||
|
|
||||||
|
# Terminal configuration
|
||||||
|
|
||||||
|
Kitty, Ghostty and most other terminals have default keybindings that conflict
|
||||||
|
with common editor commands. I highly recommend rebinding them to keys that are
|
||||||
|
not generally used anywhere else.
|
||||||
|
|
||||||
|
For Kitty rebinding `kitty_mod` is usually enough:
|
||||||
|
```
|
||||||
|
kitty_mod ctrl+alt
|
||||||
|
```
|
||||||
|
|
||||||
|
For Ghostty each conflicting binding has to be reconfigured individually.
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
- A modern terminal with 24bit color and kitty keyboard protocol support (kitty and ghostty are the only recommended terminals at this time)
|
- A modern terminal with 24bit color and kitty keyboard protocol support (kitty and ghostty are the only recommended terminals at this time)
|
||||||
- NerdFonts support
|
- NerdFonts support
|
||||||
|
|
15
help.md
15
help.md
|
@ -1,5 +1,20 @@
|
||||||
# Flow Control: a programmer's text editor
|
# Flow Control: a programmer's text editor
|
||||||
|
|
||||||
|
## Terminal configuration
|
||||||
|
|
||||||
|
Most terminals have default keybindings that conflict with common editor
|
||||||
|
commands. I highly recommend rebinding them to keys that are not generally
|
||||||
|
used anywhere else.
|
||||||
|
|
||||||
|
For Kitty rebinding `kitty_mod` by adding this line to your kitty.conf is
|
||||||
|
usually enough:
|
||||||
|
```
|
||||||
|
kitty_mod ctrl+alt
|
||||||
|
```
|
||||||
|
|
||||||
|
For other editors you will probably have to disable or rebind them each
|
||||||
|
individually.
|
||||||
|
|
||||||
## Searching
|
## Searching
|
||||||
|
|
||||||
Press Ctrl-f to search this help file. Type a search term and press
|
Press Ctrl-f to search this help file. Type a search term and press
|
||||||
|
|
Loading…
Add table
Reference in a new issue