mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 11:46:25 +00:00
Severel changes.
This commit is contained in:
@@ -10,7 +10,12 @@ nnoremap("<C-p>", function()
|
||||
end)
|
||||
|
||||
nnoremap("<Leader>ff", function()
|
||||
builtin.find_files()
|
||||
builtin.find_files({
|
||||
hidden=true,
|
||||
})
|
||||
end)
|
||||
nnoremap("<Leader>fh", function()
|
||||
builtin.find_files{cwd=vim.fn.expand('%:p:h')}
|
||||
end)
|
||||
|
||||
nnoremap("<Leader>fs", function()
|
||||
|
Reference in New Issue
Block a user