1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 19:58:15 +03:00

Add missing doc for selection_word_boundary

This commit is contained in:
Benoit de Chezelles 2021-02-06 03:13:19 +01:00 committed by Wez Furlong
parent 4762d80c81
commit 6e58681f7e

View File

@ -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{}[]()\"'`",
}
```