Compare commits
2 Commits
76f02447fc
...
f8383f13a3
Author | SHA1 | Date | |
---|---|---|---|
|
f8383f13a3 | ||
|
c3f9e4bb83 |
@ -254,6 +254,11 @@ autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo
|
||||
autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x!<CR>
|
||||
autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
|
||||
|
||||
" markdown-notes
|
||||
autocmd BufWritePost notes-all.md silent! :!git add notes-all.md
|
||||
autocmd BufWritePost notes-all.md silent! :!git commit --author='Marcin Woźniak <y0rune@aol.com>' -m "Autosaving - $(echo -e $(date))"
|
||||
autocmd BufWritePost notes-all.md silent! execute "!git push" | execute ':redraw!'
|
||||
|
||||
" Automatically deletes all trailing whitespace and newlines at end of file on save.
|
||||
autocmd BufWritePre * %s/\s\+$//e
|
||||
autocmd BufWritepre * %s/\n\+\%$//e
|
||||
|
Loading…
x
Reference in New Issue
Block a user