summaryrefslogtreecommitdiffstats
path: root/src/conf
AgeCommit message (Expand)Author
2022-11-04make content search max file size configurable (#628)Denys Séguret
2022-11-04version 1.16.2Canop
2022-10-22restrict verbs to specific panels (#620)Denys Séguret
2022-09-22allow showing only file name on path searchesCanop
2022-08-30upgrade version of crokeyCanop
2022-07-24fix typosKian-Meng Ang
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-27verb filtering by file extensionCanop
2022-03-27add the (already documented) capture_mouse conf itemCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2021-08-12allow a verb in configuration to refer to a builtinCanop
2021-08-04improve scrolling behaviorsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-10`working_dir` verb attributeCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-06config / quit_on_last_cancelCanop
2021-03-09allow definition of several key shortcuts for one verbCanop
2021-02-27move default conf from source code to a resource fileCanop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14fix broken selection bg in text preview when line numbers are shownCanop
2021-02-06version 1.2.3v1.2.3Canop
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-14search modes explained in default confCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-24version 1.1.0Canop
2020-12-22wrap all `execution` values in default hjson in quotesCanop
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-10fixed faulty default config.Leo
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-19Merge branch 'icons'Canop
2020-11-19add major precision to default confCanop
2020-11-18explain in default conf the thing about TOML props orderCanop
2020-11-17small changes to the icons documentationiconsCanop
2020-11-08Add support for icons_
2020-10-20keep tree options when going through not tree statesCanop
2020-10-10use PATH instead of absolute paths for all verbsScott Olson
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-29refactor verb initialization from confCanop