fix home/end/c-bs in neovim

This commit is contained in:
2025-12-09 15:43:03 +01:00
parent f4f328d205
commit 11e1fa1dad
2 changed files with 18 additions and 3 deletions

View File

@@ -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;

View File

@@ -304,9 +304,24 @@ in
}
{
key = "<C-backspace>";
key = "<C-Backspace>";
action = "<C-w>";
mode = [ "i" ];
mode = "i";
}
{
key = "";
action = "<C-w>";
mode = "i";
}
{
key = "<Find>";
action = "<Home>";
mode = "i";
}
{
key = "<Select>";
action = "<End>";
mode = "i";
}
# harpoon2 syntax