Use XDG spec for goto navigation.

This commit is contained in:
Dmitry 🌊 2024-11-02 07:38:35 +03:00 committed by GitHub
parent 0baccdc9aa
commit d92e0b15dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,8 +122,8 @@ keymap = [
# Goto # Goto
{ on = [ "g", "h" ], run = "cd ~", desc = "Go home" }, { on = [ "g", "h" ], run = "cd ~", desc = "Go home" },
{ on = [ "g", "c" ], run = "cd ~/.config", desc = "Goto ~/.config" }, { on = [ "g", "c" ], run = "cd $XDG_CONFIG_HOME", desc = "Goto to configs" },
{ on = [ "g", "d" ], run = "cd ~/Downloads", desc = "Goto ~/Downloads" }, { on = [ "g", "d" ], run = "cd $XDG_DOWNLOAD_DIR", desc = "Goto to downloads" },
{ on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Jump interactively" }, { on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Jump interactively" },
# Tabs # Tabs