From dbb0e258ec46e70014819cb67e20800f2d3f413f Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 3 Jul 2008 17:43:41 +0200 Subject: Join and format lines at 78cols --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:noh +map U yyp:s/[^ ]/-/g:noh +map Q v/$\n\nJ:.!fmt -tcw78:noh " Function " Erase_Sig_but_Your() -- cgit v1.2.3