From 4792875a14a2f52ad196f184cda6f8c63a98e7c3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Oct 2025 23:49:28 +0200 Subject: modules/lf/keybindings: Change download dir cd to `gD` This would otherwise collide with the new `~/documents` directory. --- modules/by-name/lf/lf/keybindings/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name') diff --git a/modules/by-name/lf/lf/keybindings/default.nix b/modules/by-name/lf/lf/keybindings/default.nix index d4c2a6a3..fbc33f6f 100644 --- a/modules/by-name/lf/lf/keybindings/default.nix +++ b/modules/by-name/lf/lf/keybindings/default.nix @@ -94,7 +94,7 @@ gc = "cd ~/.config"; gl = "cd ~/.local"; gE = "cd /etc"; - gd = "cd ${downloadDir}"; + gD = "cd ${downloadDir}"; "gU." = "cd /usr"; gUs = " cd /usr/share"; -- cgit 1.4.1