feat: Improve yazi
This commit is contained in:
parent
17b2b630af
commit
4bb15d851e
14 changed files with 782 additions and 377 deletions
|
|
@ -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" } }
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ local options = {
|
|||
termguicolors = true,
|
||||
spelllang = "en_us",
|
||||
shell = "/usr/bin/fish",
|
||||
autochdir = true,
|
||||
relativenumber = false,
|
||||
scrolloff = 5,
|
||||
scrolljump = 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue