Nextcloud

This commit is contained in:
2025-10-17 12:08:18 +02:00
parent a7be299718
commit 55048de4f9
2 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ append_keymap = [
{ on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" },
{ on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" },
{ 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", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },