From 11e1fa1dad2708748e44879448242d50a15a7752 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Tue, 9 Dec 2025 15:43:03 +0100 Subject: [PATCH] fix home/end/c-bs in neovim --- configuration.nix | 2 +- home.nix | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 9418cb9..a198f62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -118,7 +118,7 @@ in # DVORAK + NO xkb.layout = "us,no"; xkb.variant = "dvp,"; - xkb.options = "compose:alt,grp:alt_shift_toggle,lv3:menu"; + xkb.options = "compose:menu,grp:alt_shift_toggle,lv3:ralt"; exportConfiguration = true; diff --git a/home.nix b/home.nix index 4dfdf83..3bdd8b9 100644 --- a/home.nix +++ b/home.nix @@ -304,9 +304,24 @@ in } { - key = ""; + key = ""; action = ""; - mode = [ "i" ]; + mode = "i"; + } + { + key = ""; + action = ""; + mode = "i"; + } + { + key = ""; + action = ""; + mode = "i"; + } + { + key = "