mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
17 lines
237 B
Nix
17 lines
237 B
Nix
{
|
|
globals.mapleader = " ";
|
|
|
|
keymaps = [
|
|
# General maps
|
|
{
|
|
mode = "n";
|
|
key = "<leader>f";
|
|
action = "+find/file";
|
|
}
|
|
{
|
|
mode = "n";
|
|
key = "<leader>s";
|
|
action = "+search";
|
|
}
|
|
];
|
|
}
|