summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2021-05-30docs(manpage): Update manpagea-kenji
2021-05-08First round of merging against server-client and color stuffKyle Sutherland-Cash
2021-05-07Add more Functionality to Unbinda-kenji
The default keybinds can be unbound either for a specific mode, or for every mode. It supports either a list of `keybinds`, or a bool indicating that every keybind should be unbound: ``` keybinds: unbind: true ``` Will unbind every default binding. ``` keybinds: unbind: [ Ctrl: 'p'] ``` Will unbind every default `^P` binding for each mode. ``` keybinds: normal: - unbind: true ``` Will unbind every default keybind for the `normal` mode. ``` keybinds: normal: - unbind: [ Alt: 'n', Ctrl: 'g'] ``` Will unbind every default keybind for `n` and `^g` for the `normal` mode.
2021-05-04add manpage to zellijNKGoc
2021-02-10Update references of mosaic to Zellij in md fileshenil
2020-12-10docs(spelling): teack -> track (#91)Henil
2020-11-06docs(architecture): fix titleAram Drevekenin
2020-11-06docs(contributing): explanations about the project arhictecture and some ↵Aram Drevekenin
cheat sheet about terminal terminology (#26) * docs(contributing): codebase documentation for new contributors * docs(architecture): fix line breaks * docs(terminology): fix line breaks