config-nvim/lua/config/keymaps.lua

6 lines
306 B
Lua
Raw Normal View History

2024-08-30 21:44:07 +00:00
-- 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
2024-09-18 20:51:30 +00:00
--
vim.keymap.set("n", "<leader>fq", ":Telescope grep_string<cr>", { desc = "Quick Grep Find" })