mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
config: add ‘select-extend-character-wise’ bind action
This forces the (new) selection mode to be character-wise when extending a word- or line-wise selection. Default key binding is ctrl+RMB.
This commit is contained in:
parent
2e46811953
commit
767bd4f1db
8 changed files with 65 additions and 18 deletions
|
|
@ -34,6 +34,8 @@
|
|||
`vertical-letter-offset` to `foot.ini`. These options let you tweak
|
||||
cell size and glyph positioning
|
||||
(https://codeberg.org/dnkl/foot/issues/244).
|
||||
* Key/mouse binding `select-extend-character-wise`, which forces the
|
||||
selection mode to 'character-wise' when extending a selection.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
@ -49,6 +51,8 @@
|
|||
word- or line-wise (https://codeberg.org/dnkl/foot/issues/267).
|
||||
* The line thickness of box drawing characters now depend on the font
|
||||
size (https://codeberg.org/dnkl/foot/issues/281).
|
||||
* Extending a word/line-wise selection now uses the original selection
|
||||
mode instead of switching to character-wise.
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue