mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-12 16:35:13 +02:00
Making some remaps
This commit is contained in:
@@ -10,7 +10,7 @@ return {
|
||||
vim.keymap.set("n", "<C-u>", function() ui.nav_file(1) end)
|
||||
vim.keymap.set("n", "<C-i>", function() ui.nav_file(2) end)
|
||||
vim.keymap.set("n", "<C-o>", function() ui.nav_file(3) end)
|
||||
-- Conflicts with find git files -- vim.keymap.set("n", "<C-p>", function() ui.nav_file(4) end)
|
||||
vim.keymap.set("n", "<C-p>", function() ui.nav_file(4) end)
|
||||
end,
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user