Skip to content

v1.0.4

Latest

Choose a tag to compare

@arvingarciabtw arvingarciabtw released this 02 Jul 00:34

Lock and Unlock

This version adds a locking feature, so you can keep your keyboard the same way everytime you launch ditto, without accidentally opening up a list or toggling something you didn't want to.

Improvements

  • Add --lock and --unlock flags to lock or unlock the keyboard bindings respectively.

Note

  • I decided to go with implementing this feature via flags instead of key combinations, as key combinations can be a bit unreliable. Your environment's key combinations will take priority over the program (if for example Alt+n toggled the keyboard's locked status, my Zellij would actually create a new terminal window since Alt+n is the binding for that).

Changelog

  • 8de430a: docs: add locking explanation in project details
  • 992eb89: feat: implement locking feature