summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 002fcc4..fc7799f 100644
--- a/vimrc
+++ b/vimrc
@@ -141,7 +141,8 @@ set tabstop=4
set shiftwidth=4
set noexpandtab
-map U yyp:s/[^ ]/-/g<CR>:noh<CR>
+map U yyp:s/[^ ]/-/g<CR>:noh<CR>
+map <ESC>Q v/$\n\n<CR>J:.!fmt -tcw78<CR>:noh<CR>
" Function
" Erase_Sig_but_Your()