mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
update readme
This commit is contained in:
parent
e53c48cc93
commit
1cddde2844
@ -167,8 +167,9 @@ Add extra patterns to match. This parameter can have multiple instances.
|
||||
For example:
|
||||
|
||||
```
|
||||
set -g @thumbs-regexp-1 '[a-z]+@[a-z]+.com' # Match emails
|
||||
set -g @thumbs-regexp-2 '[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:' # Match MAC addresses
|
||||
set -g @thumbs-regexp-1 [a-z]+@[a-z]+.com # Match emails
|
||||
set -g @thumbs-regexp-2 [a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}: # Match MAC addresses
|
||||
set -g @thumbs-regexp-3 Vlan\\d+ # match Vlan interface on network devices
|
||||
```
|
||||
|
||||
### @thumbs-command
|
||||
|
Loading…
Reference in New Issue
Block a user