diff options
Diffstat (limited to 'X11/alacritty')
-rw-r--r-- | X11/alacritty/alacritty.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml index 899453b..869ec11 100644 --- a/X11/alacritty/alacritty.yml +++ b/X11/alacritty/alacritty.yml | |||
@@ -50,3 +50,23 @@ live_config_reload: true | |||
50 | key_bindings: | 50 | key_bindings: |
51 | - { key: W, mods: None, action: SemanticRight, mode: Vi } | 51 | - { key: W, mods: None, action: SemanticRight, mode: Vi } |
52 | - { key: B, mods: None, action: SemanticLeft, mode: Vi } | 52 | - { key: B, mods: None, action: SemanticLeft, mode: Vi } |
53 | |||
54 | hints: | ||
55 | enabled: | ||
56 | - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ | ||
57 | [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" | ||
58 | hyperlinks: true | ||
59 | command: xdg-open | ||
60 | post_processing: true | ||
61 | mouse: | ||
62 | enabled: true | ||
63 | mods: None | ||
64 | binding: | ||
65 | key: U | ||
66 | mods: Control|Shift | ||
67 | - regex: "([-0-9\u0040-\u005A\u0061-\u007A]{4,})" | ||
68 | action: Copy | ||
69 | post_processing: true | ||
70 | binding: | ||
71 | key: I | ||
72 | mods: Control|Shift | ||