diff options
-rw-r--r-- | X11/alacritty/alacritty.yml | 4 | ||||
-rw-r--r-- | alias | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/X11/alacritty/alacritty.yml b/X11/alacritty/alacritty.yml index 869ec11..279f377 100644 --- a/X11/alacritty/alacritty.yml +++ b/X11/alacritty/alacritty.yml | |||
@@ -23,7 +23,7 @@ window: | |||
23 | 23 | ||
24 | padding: | 24 | padding: |
25 | x: 24 | 25 | x: 24 |
26 | y: 12 | 26 | y: 12 |
27 | 27 | ||
28 | decorations: full | 28 | decorations: full |
29 | startup_mode: Windowed | 29 | startup_mode: Windowed |
@@ -64,7 +64,7 @@ hints: | |||
64 | binding: | 64 | binding: |
65 | key: U | 65 | key: U |
66 | mods: Control|Shift | 66 | mods: Control|Shift |
67 | - regex: "([-0-9\u0040-\u005A\u0061-\u007A]{4,})" | 67 | - regex: "([-_./0-9\u0040-\u005A\u0061-\u007A]{4,})" |
68 | action: Copy | 68 | action: Copy |
69 | post_processing: true | 69 | post_processing: true |
70 | binding: | 70 | binding: |
@@ -224,6 +224,7 @@ alias cdpu='cd ~/public' | |||
224 | alias cdV='cd ~/Videos' | 224 | alias cdV='cd ~/Videos' |
225 | alias cdM='cd ~/Music' | 225 | alias cdM='cd ~/Music' |
226 | alias cdmn='cd ~/git/maplibre-native/' | 226 | alias cdmn='cd ~/git/maplibre-native/' |
227 | alias cdmj='cd ~/git/maplibre-gl-js/' | ||
227 | 228 | ||
228 | # blog | 229 | # blog |
229 | alias cdb='cd ~/blog' | 230 | alias cdb='cd ~/blog' |