You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/neo-tree/defaults.lua
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,6 @@ local config = {
375
375
-- you can also specify border here, if you want a different setting from
376
376
-- the global popup_border_style.
377
377
},
378
-
same_level=false, -- Create and paste/move files/directories on the same level as the directory under cursor (as opposed to within the directory under cursor).
379
378
insert_as="child", -- Affects how nodes get inserted into the tree during creation/pasting/moving of files if the node under the cursor is a directory:
380
379
-- "child": Insert nodes as children of the directory under cursor.
381
380
-- "sibling": Insert nodes as siblings of the directory under cursor.
0 commit comments