mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
This commit is contained in:
@ -551,7 +551,7 @@ const struct options_table_entry options_table[] = {
|
||||
{ .name = "word-separators",
|
||||
.type = OPTIONS_TABLE_STRING,
|
||||
.scope = OPTIONS_TABLE_SESSION,
|
||||
.default_str = " -_@"
|
||||
.default_str = " "
|
||||
},
|
||||
|
||||
/* Window options. */
|
||||
|
Reference in New Issue
Block a user