mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Add option select_by_word_characters_forward
This adds an option to select separate characters for forward and backward word extension on double click. If it is empty the old behavior is preserved. This is the default. If it is not empty, select_by_word_characters_forward will be used for extending the selection in forward direction (right) and select_by_word_characters will be used for extending in backward direction (left). Signed-off-by: Konrad Gräfe <kgraefe@paktolos.net>
This commit is contained in:
@@ -33,6 +33,7 @@ typedef struct {
|
||||
unsigned int scrollback_pager_history_size;
|
||||
bool scrollback_fill_enlarged_window;
|
||||
char_type *select_by_word_characters;
|
||||
char_type *select_by_word_characters_forward;
|
||||
color_type url_color, background, foreground, active_border_color, inactive_border_color, bell_border_color, tab_bar_background, tab_bar_margin_color;
|
||||
color_type mark1_foreground, mark1_background, mark2_foreground, mark2_background, mark3_foreground, mark3_background;
|
||||
monotonic_t repaint_delay, input_delay;
|
||||
|
||||
Reference in New Issue
Block a user