Compare commits

1 Commits

Author SHA1 Message Date
d8fec1d664 Test for learning 2025-09-30 21:49:46 +02:00

View File

@@ -36,13 +36,12 @@ append_keymap = [
{ on = [ "g", "u" ], run = "cd ~/projects/university", desc = "Go to university folder" }, { on = [ "g", "u" ], run = "cd ~/projects/university", desc = "Go to university folder" },
{ on = [ "g", "n" ], run = "cd ~/nixos", desc = "Go to nixos folder" }, { on = [ "g", "n" ], run = "cd ~/nixos", desc = "Go to nixos folder" },
{ on = [ "g", "p" ], run = "cd ~/projects", desc = "Go to projects folder" }, { on = [ "g", "p" ], run = "cd ~/projects", desc = "Go to projects folder" },
{ on = [ "g", "w" ], run = "cd ~/workspace_local", desc = "Go to workspace" }, { on = [ "g", "w" ], run = "cd ~/workspace", desc = "Go to workspace" },
{ on = [ "g", "e" ], run = "cd ~/dotfiles", desc = "Go to dotfiles" }, { on = [ "g", "e" ], run = "cd ~/dotfiles", desc = "Go to dotfiles" },
{ on = [ "g", "r" ], run = "cd /", desc = "Go to root" }, { on = [ "g", "r" ], run = "cd /", desc = "Go to root" },
{ on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" }, { on = [ "g", "b" ], run = "cd /shared", desc = "Go to hdd" },
{ on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" }, { on = [ "g", "l" ], run = "cd ~/.local", desc = "Go to Local" },
{ on = [ "g", "o" ], run = "cd ~/Documents", desc = "Go to Docs" }, { on = [ "g", "a" ], run = "cd ~/workspace/agla", desc = "Go to agla" },
{ 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", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" }, { on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },
] ]