This commit is contained in:
2025-11-01 23:13:52 +01:00
parent 1c32e4e3d2
commit 73e14e60bf
3 changed files with 14 additions and 1 deletions

View File

@@ -44,7 +44,9 @@ append_keymap = [
{ on = [ "g", "b" ], run = "cd ~/webdav/notes", desc = "Go to notes" },
{ on = [ "g", "x" ], run = "cd ~/Nextcloud", desc = "Go to nextcloud" },
{ on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },
{ on = [ "g", "t" ], run = "cd ~/.local/share/Trash", desc = "Go to Trash" },
{ on = [ "g", "T" ], run = "cd ~/.local/share/Trash", desc = "Go to trash" },
{ on = [ "g", "t" ], run = "cd ~/Notecloud/notes", desc = "Go to notes" },
{ on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },
{ on = [ "g", "C" ], run = "cd ~/projects/university/S3", desc = "Go to current semester" },
]