diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-26 08:08:54 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-26 08:08:54 +0800 |
| commit | 371ca4be38aff61047e1a2249f5d87d1a214952d (patch) | |
| tree | 4b6928d45f8d8e411873c78c99aabd795ad39708 | |
| parent | aa4f32a2eec77e95f53788de010c2c74ac050ea8 (diff) | |
Update
| -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' |