aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-27 18:22:01 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-27 18:22:01 +0200
commitff40fb78f1293994c6fa6112c81f7228415b15a6 (patch)
tree3472c4d72f8ee94f920487297fda12a43e41c7d8 /modules
parentmodules/lf: Init system commands and direnv sandbox enable/disable (diff)
downloadnixos-config-ff40fb78f1293994c6fa6112c81f7228415b15a6.zip
modules/lf/keybings: Actually make 'H' move to the top
Before it moved to the topmost _displayed_ entry.
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/lf/lf/keybindings/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/by-name/lf/lf/keybindings/default.nix b/modules/by-name/lf/lf/keybindings/default.nix
index c980fde3..7d90a944 100644
--- a/modules/by-name/lf/lf/keybindings/default.nix
+++ b/modules/by-name/lf/lf/keybindings/default.nix
@@ -156,9 +156,8 @@
"<c-l>" = "redraw";
# Change cursor position
+ H = "top";
G = "bottom";
- H = "high";
- M = "middle";
# (walking) Movement
w = {