Commit Graph

3 Commits

Author SHA1 Message Date
Joe Bellus 5943876569 Added yank editor commands
continuous-integration/drone/push Build is passing Details
Yank, yank line, and paste were added to normal mode keybinds
2022-10-17 15:12:47 -04:00
Joe Bellus 3b6f7cdbf4 Implemented Change Word
continuous-integration/drone/push Build is passing Details
Change word forward and backward were implemented in the editor_data
and bound in the editor to "cw" and "cb" respectively.

Scan word forward and scan word backward now utilize a shared function
that gets the scan position. This is now also used for delete word
forward/backward, so they can share logic

Updated keybinds in README
2022-10-17 02:00:25 -04:00
Joe Bellus 3c3d43034f CI/CD Pipelines (#2)
continuous-integration/drone/push Build is failing Details
Reviewed-on: #2

Added CI/CD Pipelines:
- Testing during push
- Build and deploy binaries during promote

Added .deb build during deployment

Updated README for core, ui and root workspace
2022-10-17 02:59:09 +00:00