.tigrc 336 B

1234567891011121314151617
  1. #
  2. # Base configuration
  3. #
  4. # Syntax: set <option> = <value>
  5. set tab-size = 8 # Number of spaces pr tab
  6. #
  7. # Key configuration
  8. #
  9. # Syntax: bind <keymap> <key> <request>
  10. bind generic E !git format-patch -1 %(commit)
  11. bind generic r !git revert %(commit)
  12. bind generic T !git tag "%(prompt Tag: )" %(commit)
  13. # vim: ft=muttrc