adds revert buffer binding

This commit is contained in:
Francesc Elies Henar 2016-12-16 19:08:26 +01:00 committed by d12frosted
parent 5d73a500c0
commit b87e6edf34
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
2 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,7 @@ You start prodigy with this:
| ~L~ | Start prodigy |
| ~S~ | Stop prodigy |
| ~r~ | restart prodigy |
| ~R~ | revert buffer (refresh list) |
| ~d~ | Jump to the dired of service |
| ~g~ | Jump to magit-status of service |
| ~Y~ | Copy prodigy command |

View File

@ -27,4 +27,5 @@
"L" 'prodigy-start
"d" 'prodigy-jump-dired
"g" 'prodigy-jump-magit
"Y" 'prodigy-copy-cmd)))
"Y" 'prodigy-copy-cmd
"R" 'revert-buffer)))