all repos

init.lua @ db8b465832fa76351d13b329bd4564dc510dd60d

my nvim config
1 files changed, 1 insertions(+), 11 deletions(-)
refactor(oil): update config
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-01-05 22:52:35 +0200
Parent: d9dba42
M lua/plugins/navigation.lua

@@ -52,21 +52,11 @@ keymaps = {

["."] = "actions.toggle_hidden", ["<CR>"] = "actions.select", ["<tab>"] = "actions.select", - - ["<C-v>"] = "actions.select_vsplit", - ["<C-x>"] = "actions.select_split", ["<C-p>"] = "actions.preview", ["<C-r>"] = "actions.refresh", - ["<C-c>"] = "actions.close", - ["<C-[>"] = "actions.close", - ["-"] = "actions.open_cwd", [";"] = "actions.parent", - ["\\"] = "actions.cd", - ["C-\\"] = "actions.tcd", - ["`"] = "actions.cd", - ["~"] = "actions.tcd", }, view_options = { show_hidden = false,

@@ -76,7 +66,6 @@ ({

[".."] = {}, -- annoying as hell [".git"] = {}, [".docker"] = {}, - ["tmp"] = {}, ["build"] = {}, ["dist"] = {}, ["node_modules"] = {},

@@ -94,6 +83,7 @@ ({

["vendor"] = {}, [".vscode"] = {}, [".bin"] = {}, + ["tmp"] = {}, })[name] then return true