config updates
This commit is contained in:
parent
4d68f77111
commit
773df94aa6
3 changed files with 57 additions and 36 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue