buffer navigation with oil

This commit is contained in:
2026-06-25 14:56:01 +02:00
parent 87a8648b07
commit 7c9890b281
3 changed files with 23 additions and 0 deletions

View File

@@ -6,6 +6,12 @@ vim.pack.add({
})
require("oil").setup({
keymaps = {
["<C-h>"] = false,
["<C-j>"] = false,
["<C-k>"] = false,
["<C-l>"] = false,
},
view_options = {
show_hidden = true,
is_hidden_file = function(name, _)