@@ -241,15 +241,15 @@ local config = {
241241 },
242242 type = {
243243 enabled = true ,
244- required_width = 122 , -- min width of window required to show this column
244+ required_width = 110 , -- min width of window required to show this column
245245 },
246246 last_modified = {
247247 enabled = true ,
248248 required_width = 88 , -- min width of window required to show this column
249249 },
250250 created = {
251- enabled = true ,
252- required_width = 110 , -- min width of window required to show this column
251+ enabled = false ,
252+ required_width = 120 , -- min width of window required to show this column
253253 },
254254 },
255255 renderers = {
@@ -397,14 +397,6 @@ local config = {
397397 [" ?" ] = " show_help" ,
398398 [" <" ] = " prev_source" ,
399399 [" >" ] = " next_source" ,
400- [" i" ] = " show_file_details" ,
401- [" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
402- [" oc" ] = { " order_by_created" , nowait = false },
403- [" od" ] = { " order_by_diagnostics" , nowait = false },
404- [" om" ] = { " order_by_modified" , nowait = false },
405- [" on" ] = { " order_by_name" , nowait = false },
406- [" os" ] = { " order_by_size" , nowait = false },
407- [" ot" ] = { " order_by_type" , nowait = false },
408400 },
409401 },
410402 filesystem = {
@@ -422,6 +414,14 @@ local config = {
422414 [" ." ] = " set_root" ,
423415 [" [g" ] = " prev_git_modified" ,
424416 [" ]g" ] = " next_git_modified" ,
417+ [" i" ] = " show_file_details" ,
418+ [" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
419+ [" oc" ] = { " order_by_created" , nowait = false },
420+ [" od" ] = { " order_by_diagnostics" , nowait = false },
421+ [" om" ] = { " order_by_modified" , nowait = false },
422+ [" on" ] = { " order_by_name" , nowait = false },
423+ [" os" ] = { " order_by_size" , nowait = false },
424+ [" ot" ] = { " order_by_type" , nowait = false },
425425 },
426426 fuzzy_finder_mappings = { -- define keymaps for filter popup window in fuzzy_finder_mode
427427 [" <down>" ] = " move_cursor_down" ,
@@ -536,6 +536,14 @@ local config = {
536536 [" <bs>" ] = " navigate_up" ,
537537 [" ." ] = " set_root" ,
538538 [" bd" ] = " buffer_delete" ,
539+ [" i" ] = " show_file_details" ,
540+ [" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
541+ [" oc" ] = { " order_by_created" , nowait = false },
542+ [" od" ] = { " order_by_diagnostics" , nowait = false },
543+ [" om" ] = { " order_by_modified" , nowait = false },
544+ [" on" ] = { " order_by_name" , nowait = false },
545+ [" os" ] = { " order_by_size" , nowait = false },
546+ [" ot" ] = { " order_by_type" , nowait = false },
539547 },
540548 },
541549 },
@@ -549,6 +557,14 @@ local config = {
549557 [" gc" ] = " git_commit" ,
550558 [" gp" ] = " git_push" ,
551559 [" gg" ] = " git_commit_and_push" ,
560+ [" i" ] = " show_file_details" ,
561+ [" o" ] = { " show_help" , nowait = false , config = { title = " Order by" , prefix_key = " o" }},
562+ [" oc" ] = { " order_by_created" , nowait = false },
563+ [" od" ] = { " order_by_diagnostics" , nowait = false },
564+ [" om" ] = { " order_by_modified" , nowait = false },
565+ [" on" ] = { " order_by_name" , nowait = false },
566+ [" os" ] = { " order_by_size" , nowait = false },
567+ [" ot" ] = { " order_by_type" , nowait = false },
552568 },
553569 },
554570 },
0 commit comments