summaryrefslogtreecommitdiffstats
path: root/src/config/keymap.rs
AgeCommit message (Expand)Author
2020-03-18remove cursormovestub and add rudimentary sort commandJiayi Zhao
2020-03-18add default keymappings when config dneJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao
2019-08-06make usercache persistentJiayi Zhao
2019-08-03Make xdg_open toggleableJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-01make default keys more saneJiayi Zhao
2019-05-31cargo fmtJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi Zhao
2019-05-26Revert keymaps back to vectorsJiayi Zhao
2019-05-25update toml structures to work with new configJiayi Zhao
2019-05-05cargo fmtJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-05-01add ConfigStructure traitJiayi Zhao
2019-04-28code cleanupJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
2019-04-22code cleanup and implement std::default::DefaultJiayi Zhao
2019-04-04fix cursor resetting to top when action is completedJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-03-02fix search_prev silently overwriting paste commandsJiayi Zhao
2019-02-20remove dyn for Box<Trait>Jiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19add keycode for shift+tabJiayi Zhao
2019-02-16fix open_with adding program name as argumentJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi