diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-27 18:22:01 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-27 18:22:01 +0200 |
| commit | ff40fb78f1293994c6fa6112c81f7228415b15a6 (patch) | |
| tree | 3472c4d72f8ee94f920487297fda12a43e41c7d8 /modules/by-name | |
| parent | modules/lf: Init system commands and direnv sandbox enable/disable (diff) | |
| download | nixos-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/by-name')
| -rw-r--r-- | modules/by-name/lf/lf/keybindings/default.nix | 3 |
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 = { |
