Skip to content

Commit 5a00d18

Browse files
change neotree keybind
1 parent 8b54a61 commit 5a00d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/modules/ui/neo-tree.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tree.setup({
2424
"Vista",
2525
"edgy",
2626
},
27-
close_if_last_window = true, -- Close Neo-tree if it is the last window left in the tab
27+
close_if_last_window = true, -- Close Neo-tree if it is the last window left in the tab
2828
popup_border_style = "solid", -- "double", "none", "rounded", "shadow", "single" or "solid
2929
enable_git_status = true,
3030
enable_diagnostics = true,
@@ -136,7 +136,7 @@ tree.setup({
136136
mappings = {
137137
["<bs>"] = "navigate_up",
138138
["."] = "set_root",
139-
["<C-h>"] = "toggle_hidden",
139+
["<C-.>"] = "toggle_hidden",
140140
["/"] = "fuzzy_finder",
141141
["f"] = "filter_on_submit",
142142
["<c-x>"] = "clear_filter",

0 commit comments

Comments
 (0)