Add flote.nvim and disable oil.nvim keybind
This commit is contained in:
parent
b7e772df19
commit
6a560b4086
2 changed files with 30 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function M.config()
|
|||
show_hidden = true,
|
||||
},
|
||||
})
|
||||
vim.keymap.set('n', '<BS>', '<CMD>Oil --float<CR>', { desc = 'Open parent directory' })
|
||||
vim.keymap.set('n', '<leader>o', '<CMD>Oil --float<CR>', { desc = 'Open parent directory' })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue