We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6931 commit b5bf962Copy full SHA for b5bf962
lua/keymap/tool.lua
@@ -45,7 +45,6 @@ local mappings = {
45
:with_desc("filetree: Toggle"),
46
47
-- Plugin: nvim-tree
48
- ["n|<C-n>"] = map_cu("NvimTreeToggle"):with_noremap():with_silent():with_desc("filetree: Toggle"),
49
["n|<leader>nf"] = map_cr("NvimTreeFindFile"):with_noremap():with_silent():with_desc("filetree: Find file"),
50
["n|<leader>nr"] = map_cr("NvimTreeRefresh"):with_noremap():with_silent():with_desc("filetree: Refresh"),
51
0 commit comments