Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 616648e5de - Show all commits

View File

@ -20,7 +20,7 @@ return {
["<leader>v"] = "actions.select_vsplit",
["<leader>s"] = "actions.select_split",
["<leader>p"] = "actions.preview",
["<backspace>"] = "actions.close",
["<backspace>"] = function() vim.cmd("q!") end,
["<leader>r"] = "actions.refresh",
["-"] = function() require("oil").open(); save_dir() end,
["_"] = "actions.open_cwd",