minor changes

This commit is contained in:
Kristofers Solo
2024-01-24 23:27:15 +02:00
parent 5f7013e770
commit 06c3d0ad6e
10 changed files with 33 additions and 46 deletions

View File

@@ -55,12 +55,13 @@ return {
-- See :help oil-actions for a list of all available actions
keymaps = {
["g?"] = "actions.show_help",
["<CR>"] = "actions.select",
["<leader>v"] = "actions.select_vsplit",
["<leader>h"] = "actions.select_split",
["<leader>t"] = "actions.select_tab",
["<leader>p"] = "actions.preview",
["<cr>"] = "actions.select",
["v"] = "actions.select_vsplit",
["s"] = "actions.select_split",
["t"] = "actions.select_tab",
["p"] = "actions.preview",
["<C-c>"] = "actions.close",
["q"] = "actions.close",
["<C-r>"] = "actions.refresh",
["Y"] = "actions.copy_entry_path",
["-"] = "actions.parent",