From a6a5fb604d76718f94fb93ee7ce360f62a1a5125 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 8 Jun 2026 01:33:51 +0200 Subject: modules/lf/keymaps: Avoid overriding the default `G` keymap --- modules/by-name/lf/lf/keybindings/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') 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"; } -- cgit v1.3.1