From affdee740830d4bcb3c214364930a38746248459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 27 Aug 2020 22:35:12 +0200 Subject: [PATCH] Updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .vimrc-gentoo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc-gentoo b/.vimrc-gentoo index 26df70d..29aecdb 100644 --- a/.vimrc-gentoo +++ b/.vimrc-gentoo @@ -112,4 +112,4 @@ autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x! autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q! " Auto add notes git -autocmd BufWritePost notes.md,openair.md execute '!git add % && git commit -m "Auto-commit: saved %" && git push' | redraw! +autocmd BufWritePost *.md execute '!git add % && git commit -m "Auto-commit: saved %" && git push' | redraw!