Skip to content

Conversation

ypid
Copy link
Contributor

@ypid ypid commented Nov 20, 2024

In terminals like xfce4-terminal, double clicking on a word selects the whole word. : is not included in the default "word chars". This patch allows to select the whole path with a double click. Before this patch, the colon was included.

Before:

./path     : Changes
./long/path: Changes

After:

./path      : Changes
./long/path : Changes

In terminals like xfce4-terminal, double clicking on a word selects the
whole word. `:` is not included in the default "word chars". This patch
allows to select the whole path with a double click. Before this patch,
the colon was included.

Before:

```
./path     : Changes
./long/path: Changes
```

After:

```
./path      : Changes
./long/path : Changes
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant