summaryrefslogtreecommitdiffstats
path: root/src/config/keymap/keymapping.rs
AgeCommit message (Expand)Author
2023-08-29command chaining supportJeff Zhao
2023-08-12show description in help menu as wellJeff Zhao
2023-08-12add optional description to keymapsJeff Zhao
2023-01-09don't output parse error on all config files if they don't existJeff Zhao
2022-09-11add more helpful error messagesJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-07-24add more to error messageJeff Zhao
2022-07-24make ambiguous command message more clearJeff Zhao
2022-05-26split up keymaps into different modesJeff Zhao
2022-02-01code cleanup (#135)DLFW
2022-01-09default configuration for joshuto and for themes now read fromJeff Zhao
2021-10-27cargo fmtJeff Zhao
2021-10-27remove default config hardcode and use include_str! insteadJeff Zhao
2021-10-20cargo fmtJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15remove keymapping default codeJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-25cargo fmtJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-06-19open command line with a colon (#75)DLFW
2021-06-10impl FromStrJeff Zhao
2021-05-13fix naming and add open_with id optionJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-30move more config into their own foldersJeff Zhao