DEV Community

Freeboardtortoise
Freeboardtortoise

Posted on

Velocity OS - added macros and the custom settable keybinds from the config

commit Hash: ea389b2c8ac4aebc30c61bb4f90f9b778aa1a51d

Hello all... following my last commitment to post about each merge to main. Here is the next merges notes:

What did I do:

  • I have added support for macros to vshell
  • I have added support for custom keybinds to vshell
  • I have made the vlogin program auto-start
  • pretty much made it an only one user system

other notes and ramblings

I have realized many a security problems but that's besides the point... basically you can remove the auto-start of login system and bypass the login program.

The macros that I have added allow you to do things like
ll becomes ls -lah or
home becomes cd $HOME

and the custom keybinds allows you to change things like
in mode insert if you press s... the command ll or ls -lah runs

What would I like to work on next

  • adding basic AI or something of the sort to vshell
  • compiling vim or nvim statically into the OS as a default

Top comments (0)