@@ -425,7 +425,6 @@ local config = {
425
425
[" A" ] = " add_directory" , -- also accepts the config.show_path and config.insert_as options.
426
426
[" d" ] = " delete" ,
427
427
[" r" ] = " rename" ,
428
- [" b" ] = " rename_basename" ,
429
428
[" y" ] = " copy_to_clipboard" ,
430
429
[" x" ] = " cut_to_clipboard" ,
431
430
[" p" ] = " paste_from_clipboard" ,
@@ -454,6 +453,7 @@ local config = {
454
453
[" [g" ] = " prev_git_modified" ,
455
454
[" ]g" ] = " next_git_modified" ,
456
455
[" i" ] = " show_file_details" , -- see `:h neo-tree-file-actions` for options to customize the window.
456
+ [" b" ] = " rename_basename" ,
457
457
[" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
458
458
[" oc" ] = { " order_by_created" , nowait = false },
459
459
[" od" ] = { " order_by_diagnostics" , nowait = false },
@@ -586,6 +586,7 @@ local config = {
586
586
[" d" ] = " buffer_delete" ,
587
587
[" bd" ] = " buffer_delete" ,
588
588
[" i" ] = " show_file_details" , -- see `:h neo-tree-file-actions` for options to customize the window.
589
+ [" b" ] = " rename_basename" ,
589
590
[" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
590
591
[" oc" ] = { " order_by_created" , nowait = false },
591
592
[" od" ] = { " order_by_diagnostics" , nowait = false },
@@ -607,6 +608,7 @@ local config = {
607
608
[" gp" ] = " git_push" ,
608
609
[" gg" ] = " git_commit_and_push" ,
609
610
[" i" ] = " show_file_details" , -- see `:h neo-tree-file-actions` for options to customize the window.
611
+ [" b" ] = " rename_basename" ,
610
612
[" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
611
613
[" oc" ] = { " order_by_created" , nowait = false },
612
614
[" od" ] = { " order_by_diagnostics" , nowait = false },
0 commit comments