aboutsummaryrefslogtreecommitdiff
path: root/src/command/mode.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01Rename mode command to enter_modeIsaac Freund1-43/+0
2020-05-31Store modes by idIsaac Freund1-1/+9
2020-05-31Rework commands to be string basedIsaac Freund1-4/+13
This allows for significantly more flexibility and should make implementing the bind command possible.
2020-05-19Implement command execution through riverctlIsaac Freund1-1/+1
2020-05-17Implement keybinding modesIsaac Freund1-0/+26