aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/lf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/lf/lf/keybindings/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/by-name/lf/lf/keybindings/default.nix b/modules/by-name/lf/lf/keybindings/default.nix
index 5d8ad78f..b6b7a548 100644
--- a/modules/by-name/lf/lf/keybindings/default.nix
+++ b/modules/by-name/lf/lf/keybindings/default.nix
@@ -87,11 +87,11 @@
U = "unselect";
# Movement
- Gu = "cd /run/user/${builtins.toString uid}";
- Ge = "cd /etc";
- Gd = "cd ${downloadDir}";
- Gt = "cd /tmp";
- Gh = "cd_project_root";
+ nu = "cd /run/user/${builtins.toString uid}";
+ ne = "cd /etc";
+ nd = "cd ${downloadDir}";
+ nt = "cd /tmp";
+ nh = "cd_project_root";
g = "cd_lf_make_map";
}