mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
11/12
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user