summaryrefslogtreecommitdiffstats
path: root/src/conf/conf.rs
AgeCommit message (Expand)Author
2022-11-04make content search max file size configurable (#628)Denys Séguret
2022-09-22allow showing only file name on path searchesCanop
2022-08-30upgrade version of crokeyCanop
2022-07-04more doc on imports & skin filesdefault-conf-dirCanop
2022-07-04default conf is now a directoryCanop
2022-07-04conf files can import other conf filesCanop
2022-06-30add the set_syntax_theme verbCanop
2022-05-04add the :stage_all_files internalCanop
2022-03-27add the (already documented) capture_mouse conf itemCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-06config / quit_on_last_cancelCanop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2021-01-27allow dashes instead of underscores in conf property namesCanop
2021-01-10experimental "modal mode"modesCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11display the file(s) used for config loading in helpCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-08Add support for icons_
2020-10-20keep tree options when going through not tree statesCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-29refactor verb initialization from confCanop
2020-09-24allow cmd sequences in verb executionCanop
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-07image preview: better color choice when true colors aren't availableCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-26"syntax_theme" preference in config fileCanop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-11mouse capture can be disabledCanop
2020-06-06a few minor refactorings and cleaningsCanop