From ecf29f0e4358d66a3ea1e5e8e6fdccce77294f07 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 23 Jul 2024 01:56:06 +0900 Subject: alacritty: migrate yaml configs to toml --- .config/alacritty/alacritty.linux.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .config/alacritty/alacritty.linux.yml (limited to '.config/alacritty/alacritty.linux.yml') diff --git a/.config/alacritty/alacritty.linux.yml b/.config/alacritty/alacritty.linux.yml deleted file mode 100644 index 17473fd..0000000 --- a/.config/alacritty/alacritty.linux.yml +++ /dev/null @@ -1,23 +0,0 @@ -hints: - alphabet: "asdfghjkl;" - enabled: - # The last 5 characters that are excluded from URL letters are my 'listchars' settings in Vim/Neovim. - - regex: "(https:|http:|file:)\ - [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\u00AC\u25B8\u00B7\u00BB\u00AB]+" - command: xdg-open - post_processing: true - mouse: - enabled: true - mods: None - binding: - key: U - mods: Control|Shift - -key_bindings: - - { key: Key0, mods: Control, action: ResetFontSize } - - { key: Key1, mods: Control, action: IncreaseFontSize } - - { key: Key2, mods: Control, action: DecreaseFontSize } - -font: - normal: - family: monospace -- cgit v1.2.3-70-g09d2