Skip to content

Add `leader bind` subcommand

Compare
Choose a tag to compare
@dhamidi dhamidi released this 25 Aug 18:23
· 7 commits to master since this release

Added

  • Improved fish support: Ctrl+V\ inserts a literal \, like in bash and zsh.
  • Added leader bind to add new key bindings without invoking an editor
  • Added leader bind --unbind to remove key bindings without invoking an editor

Fixed

  • Unknown command line arguments now cause leader to exit and display a message about where to get help.