summaryrefslogtreecommitdiffstats
path: root/src/config/keymap
AgeCommit message (Collapse)Author
2023-09-07cleanup config codeJeff Zhao
2023-08-29command chaining supportJeff Zhao
- breaks existing keymap configs -`command` field is renamed to `commands` - now an array instead of a single string
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 ↵Jeff Zhao
right time
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
* code cleanup Remove dead code and unused imports around preview features. * Remove unused config option [display]show_preview * Remove config option [preview]preview_images * Remove unused imports * Remove dead code and unused imports
2022-01-09default configuration for joshuto and for themes now read fromJeff Zhao
the default configuration files in repo
2021-10-27cargo fmtJeff Zhao
2021-10-27remove default config hardcode and use include_str! insteadJeff Zhao
- this fixes the default config not working
2021-10-20cargo fmtJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15add fzf subdir jumpingJeff Zhao
2021-10-15remove keymapping default codeJeff Zhao
- just use a big string and parse it at runtime
2021-10-03refactor some codeJeff Zhao
- rename stuff
2021-10-02move key_command code out into separate moduleJeff Zhao
- make separate files for trait impls - make separate file for constants
2021-10-02Add a help page (#95)Vinegret43
* add basic help page functionality change search_skim keybind * refactor 'run' function, improve sorting * add search functionality for help page improve some comments in tui_help
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
Beside opening the command line with a semi-colon, it can be opened also with a colon. The default key mapping has been adapted as well as the keymap.toml configuration template.
2021-06-10impl FromStrJeff Zhao
- fix some error messages
2021-05-13add arrow prefix to up,down,left,rightJeff 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