Add keymaps
All checks were successful
/ check (push) Successful in 1m24s

This commit is contained in:
Oliver Davies 2025-06-10 12:36:46 +01:00
parent d4334296c9
commit d234775406

View file

@ -12,6 +12,16 @@
mode = "i";
}
{
action = "<cmd>!drush cache-rebuild<CR>";
key = "<leader>dcr";
}
{
action = "<cmd>:edit todo.txt<CR>";
key = "<leader>et";
}
{
action = "<cmd>lua vim.lsp.buf.format()<CR>";
key = "<leader>f";