From bc6b1acde4c08ab5e106dc72303b286be4f01c93 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 18 Jan 2020 15:06:12 +0100 Subject: [PATCH] Convert `sc' shortcut to imperative mood This shortcut is mostly used in git commit messages, and should be in imperative mood. Inspired by https://chris.beams.io/posts/git-commit/. --- snippets/text-mode/sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/text-mode/sc b/snippets/text-mode/sc index 0813780..74c8a80 100644 --- a/snippets/text-mode/sc +++ b/snippets/text-mode/sc @@ -2,4 +2,4 @@ # name: sc # key: sc # -- -Snapshot \ No newline at end of file +Take snapshot \ No newline at end of file