feat: Improve yazi

This commit is contained in:
Fabio Lenherr / DashieTM 2024-03-12 02:46:53 +01:00
parent 17b2b630af
commit 4bb15d851e
14 changed files with 782 additions and 377 deletions

View file

@ -131,11 +131,6 @@ map("n", "<leader>z", function()
require("telescope").extensions.zoxide.list({})
end, { desc = "Zoxide" })
-- nvimtree
map("n", "<A-f>", function()
require("nvim-tree.api").tree.toggle()
end, { noremap = true, silent = true, desc = "Toggle file tree" })
-- neoscroll
local t = {}
t["<A-l>"] = { "scroll", { "-vim.wo.scroll", "true", "250" } }

View file

@ -8,7 +8,6 @@ local options = {
termguicolors = true,
spelllang = "en_us",
shell = "/usr/bin/fish",
autochdir = true,
relativenumber = false,
scrolloff = 5,
scrolljump = 5,