diff --git a/modules/home-manager/coding/neovim/keymaps.nix b/modules/home-manager/coding/neovim/keymaps.nix index 43d2422f..e28e36ce 100644 --- a/modules/home-manager/coding/neovim/keymaps.nix +++ b/modules/home-manager/coding/neovim/keymaps.nix @@ -12,6 +12,16 @@ mode = "i"; } + { + action = "!drush cache-rebuild"; + key = "dcr"; + } + + { + action = ":edit todo.txt"; + key = "et"; + } + { action = "lua vim.lsp.buf.format()"; key = "f";