1234567891011121314151617 |
- #
- # Base configuration
- #
- # Syntax: set <option> = <value>
- set tab-size = 8 # Number of spaces pr tab
- #
- # Key configuration
- #
- # Syntax: bind <keymap> <key> <request>
- bind generic E !git format-patch -1 %(commit)
- bind generic r !git revert %(commit)
- bind generic T !git tag "%(prompt Tag: )" %(commit)
- # vim: ft=muttrc
|