Created
July 26, 2015 14:12
-
-
Save robertzk/6e51fe513200a727c149 to your computer and use it in GitHub Desktop.
vim send macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let @s='^i! git add "$(git rev-parse --show-toplevel)"; git commit -m "^[$a"; git push -q origin `git rev-parse --abbrev-ref HEAD` &^[dd;w^M;@"^M^M^[' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment