mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
added oil close shortcut
This commit is contained in:
@@ -8,5 +8,9 @@ require("oil").setup({
|
||||
winblend = 15,
|
||||
},
|
||||
preview_split = "vertical"
|
||||
}
|
||||
},
|
||||
keymaps = {
|
||||
["q"] = "actions.close",
|
||||
["<Esc>"] = "actions.close",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user