From 1cc109dcb988f6c5ce122b44eae6e971849787b3 Mon Sep 17 00:00:00 2001 From: Petr Marek Date: Fri, 10 Feb 2017 23:02:33 +0100 Subject: [PATCH] add Git Blame to commands --- Default.sublime-commands | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Default.sublime-commands diff --git a/Default.sublime-commands b/Default.sublime-commands new file mode 100644 index 0000000..470d7f9 --- /dev/null +++ b/Default.sublime-commands @@ -0,0 +1,6 @@ +[ +{ + "caption": "Git Blame", + "command": "blame" +} +]