aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 01:33:51 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-08 01:33:51 +0200
commita6a5fb604d76718f94fb93ee7ce360f62a1a5125 (patch)
tree5c0e8382ba2cae8ce807aaf640b8409d8de7c3ec /modules/by-name
parentpkgs/lf-make-map: Account for an `Enter` without having a value set (diff)
downloadnixos-config-a6a5fb604d76718f94fb93ee7ce360f62a1a5125.zip
modules/lf/keymaps: Avoid overriding the default `G` keymap
Diffstat (limited to 'modules/by-name')
-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";
}