@@ -241,15 +241,15 @@ local config = {
241
241
},
242
242
type = {
243
243
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
245
245
},
246
246
last_modified = {
247
247
enabled = true ,
248
248
required_width = 88 , -- min width of window required to show this column
249
249
},
250
250
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
253
253
},
254
254
},
255
255
renderers = {
@@ -397,14 +397,6 @@ local config = {
397
397
[" ?" ] = " show_help" ,
398
398
[" <" ] = " prev_source" ,
399
399
[" >" ] = " 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 },
408
400
},
409
401
},
410
402
filesystem = {
@@ -422,6 +414,14 @@ local config = {
422
414
[" ." ] = " set_root" ,
423
415
[" [g" ] = " prev_git_modified" ,
424
416
[" ]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 },
425
425
},
426
426
fuzzy_finder_mappings = { -- define keymaps for filter popup window in fuzzy_finder_mode
427
427
[" <down>" ] = " move_cursor_down" ,
@@ -536,6 +536,14 @@ local config = {
536
536
[" <bs>" ] = " navigate_up" ,
537
537
[" ." ] = " set_root" ,
538
538
[" 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 },
539
547
},
540
548
},
541
549
},
@@ -549,6 +557,14 @@ local config = {
549
557
[" gc" ] = " git_commit" ,
550
558
[" gp" ] = " git_push" ,
551
559
[" 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 },
552
568
},
553
569
},
554
570
},
0 commit comments