aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-20 23:49:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-20 23:49:28 +0200
commit4792875a14a2f52ad196f184cda6f8c63a98e7c3 (patch)
tree39e2324d70aa0d42b31989ec5a71330114154bf3
parentmodules/{lf,common,legacy/default}: Finish migration from `school` to `docume... (diff)
downloadnixos-config-4792875a14a2f52ad196f184cda6f8c63a98e7c3.zip
modules/lf/keybindings: Change download dir cd to `gD`
This would otherwise collide with the new `~/documents` directory.
-rw-r--r--modules/by-name/lf/lf/keybindings/default.nix2
1 files changed, 1 insertions, 1 deletions
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";