Files
dotfiles/nvim/lua/config/keymaps.lua
2023-06-02 17:01:19 -04:00

5 lines
283 B
Lua

-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
-- vim.keymap.set("n", "<leader>w", "<cmd>w<cr>", { desc = "Write file"})