diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 23:49:28 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 23:49:28 +0200 |
commit | 4792875a14a2f52ad196f184cda6f8c63a98e7c3 (patch) | |
tree | 39e2324d70aa0d42b31989ec5a71330114154bf3 /modules/by-name | |
parent | modules/{lf,common,legacy/default}: Finish migration from `school` to `docume... (diff) | |
download | nixos-config-4792875a14a2f52ad196f184cda6f8c63a98e7c3.zip |
modules/lf/keybindings: Change download dir cd to `gD` prime
This would otherwise collide with the new `~/documents` directory.
Diffstat (limited to 'modules/by-name')
-rw-r--r-- | modules/by-name/lf/lf/keybindings/default.nix | 2 |
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"; |