aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty
Commit message (Collapse)AuthorAgeFilesLines
* alacritty: Go for a bigger fontMiquel Sabaté Solà2024-11-141-1/+1
| | | | | | Not totally decided on this, but let's give it a try. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* alacritty: migrated to the new toml formatMiquel Sabaté Solà2024-01-052-61/+61
| | | | | | Automatically generated by running `alacritty migrate`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: moved away from deprecated settingsMiquel Sabaté Solà2023-09-181-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: disabled some troublesome bindingsMiquel Sabaté Solà2020-12-161-2/+0
| | | | | | | | They were conflicting with my GNU Emacs config, which is a problem since commands such as `git commit` will pick this as the editor to be used, and it was hella confusing... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: refined key bindings and search colorsMiquel Sabaté Solà2020-08-121-4/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* alacritty: use the soria themeMiquel Sabaté Solà2020-08-121-23/+29
| | | | | | Use the colors which are used in the soria theme. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Trying out alacritty as the terminal emulatorMiquel Sabaté Solà2020-08-121-0/+49
For now I've built it from source, which maybe isn't the best option. I've also updated the hunspell dictionary. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>