feat(neovim): remap some keys to better defaults.
This commit is contained in:
parent
e1886026cc
commit
dbffb22f00
@ -175,6 +175,30 @@
|
|||||||
silent = true;
|
silent = true;
|
||||||
desc = "Open Mini.Files and manage the filesystem.";
|
desc = "Open Mini.Files and manage the filesystem.";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<C-d>";
|
||||||
|
mode = ["n"];
|
||||||
|
action = "<C-d>zz";
|
||||||
|
silent = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<C-u>";
|
||||||
|
mode = ["n"];
|
||||||
|
action = "<C-u>zz";
|
||||||
|
silent = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<C-f>";
|
||||||
|
mode = ["n"];
|
||||||
|
action = "<C-f>zz";
|
||||||
|
silent = true;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<C-b>";
|
||||||
|
mode = ["n"];
|
||||||
|
action = "<C-b>zz";
|
||||||
|
silent = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraLuaFiles = [./nvim/autocommands.lua];
|
extraLuaFiles = [./nvim/autocommands.lua];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user