config updates

This commit is contained in:
Vivian 2025-06-05 09:11:36 +02:00
parent 4d68f77111
commit 773df94aa6
3 changed files with 57 additions and 36 deletions

View file

@ -1,6 +1,27 @@
{ helpers, ... }:
{
keymaps = with helpers; [
# Disable arrow keys
{
mode = "n";
key = "<Up>";
action = "<Nop>";
}
{
mode = "n";
key = "<Down>";
action = "<Nop>";
}
{
mode = "n";
key = "<Left>";
action = "<Nop>";
}
{
mode = "n";
key = "<Right>";
action = "<Nop>";
}
# General
{
mode = "n";