mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 11:46:25 +00:00
Minor updates to nvim config
This commit is contained in:
@@ -6,10 +6,12 @@ nnoremap("<leader>ps", function()
|
||||
builtin.grep_string({ search = vim.fn.input("Grep For > ")})
|
||||
end)
|
||||
nnoremap("<C-p>", function()
|
||||
builtin.git_files()
|
||||
if not pcall(builtin.git_files) then
|
||||
builtin.find_files()
|
||||
end
|
||||
end)
|
||||
nnoremap("<Leader>pf", function()
|
||||
builtin.find_files()
|
||||
builtin.find_files()
|
||||
end)
|
||||
|
||||
nnoremap("<leader>pw", function()
|
||||
|
Reference in New Issue
Block a user