mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 22:33:52 +03:00
Add missing doc for selection_word_boundary
This commit is contained in:
parent
4762d80c81
commit
6e58681f7e
@ -87,5 +87,10 @@ return {
|
||||
-- When true (the default) scrolls to the bottom of the scrollback
|
||||
-- on input.
|
||||
scroll_to_bottom_on_input = true,
|
||||
|
||||
-- (available starting in version 20210203-095643-70a364eb)
|
||||
-- Configures the boudaries of a word, thus what is selected when doing
|
||||
-- a word selection with the mouse.
|
||||
selection_word_boundary = " \t\n{}[]()\"'`",
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user