feat: comments for kitty/alacritty, bump astronvim to v3.33.3

This commit is contained in:
Ryan Yin
2023-07-18 14:33:15 +08:00
parent 78e5053ae5
commit baac168826
4 changed files with 44 additions and 5 deletions
+24 -1
View File
@@ -1,4 +1,27 @@
{ lib, pkgs, ... }: {
{ lib, pkgs, ... }:
###########################################################
#
# Kitty Configuration
#
# Useful Hot Keys for macOS:
# 1. New Tab: `command + t`
# 2. Close Tab: `command + w`
# 3. Switch Tab: `shift + command + [` | `shift + command + ]`
# 4. Increase Font Size: `command + =` | `command + +`
# 5. Decrease Font Size: `command + -` | `command + _`
# 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.
#
# Useful Hot Keys for Linux:
# 1. New Tab: `command + t`
# 2. Close Tab: `command + w`
# 3. Switch Tab: `shift + command + [` | `shift + command + ]`
# 4. Increase Font Size: `ctrl + shift + =` | `ctrl + shift + +`
# 5. Decrease Font Size: `ctrl + shift + -` | `ctrl + shift + _`
# 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.
#
###########################################################
{
programs.kitty = {
enable = true;
theme = "Catppuccin-Mocha";