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: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -296,6 +296,7 @@ local config = {
296
296
-- you can also specify border here, if you want a different setting from
297
297
-- the global popup_border_style.
298
298
},
299
+
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).
299
300
-- Mappings for tree window. See `:h neo-tree-mappings` for a list of built-in commands.
300
301
-- You can also create your own commands by providing a function instead of a string.
0 commit comments