pantheon/users/modules/programs/nvf/keymaps.nix
2025-03-13 23:51:47 +08:00

10 lines
164 B
Nix

{
programs.nvf.settings.vim.keymaps = [
{
key = "gf";
mode = "n";
action = ":cd %:p:h<CR>:e <cfile><CR>";
silent = true;
}
];
}