mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 00:28:10 +02:00
Option to set the characters considered word separators in copy mode, from
Micah Cowan.
This commit is contained in:
1
tmux.c
1
tmux.c
@ -418,6 +418,7 @@ main(int argc, char **argv)
|
||||
options_set_number(wo, "window-status-fg", 8);
|
||||
options_set_string(wo, "window-status-format", "#I:#W#F");
|
||||
options_set_string(wo, "window-status-current-format", "#I:#W#F");
|
||||
options_set_string(wo, "word-separators", " -_@");
|
||||
options_set_number(wo, "xterm-keys", 0);
|
||||
options_set_number(wo, "remain-on-exit", 0);
|
||||
options_set_number(wo, "synchronize-panes", 0);
|
||||
|
Reference in New Issue
Block a user