This commit is contained in:
Aram Markarov
2025-12-11 19:27:50 +01:00
parent c18e540835
commit a58c111ddd
7 changed files with 8 additions and 11 deletions
+2
View File
@@ -1,6 +1,8 @@
local map = vim.keymap.set
local default_opts = {noremap = true}
map("n", "<leader>n", function() Snacks.notifier.show_history() end)
map('n', '<leader>ff',
"<cmd>lua require'telescope.builtin'.find_files({ find_command = {'rg', '--files', '--hidden', '-g', '!.git' }})<cr>",
default_opts)