From bcc6cb7bfeb768bd8d58dc02e979e4151c4b99b6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 26 Aug 2010 14:46:37 +0200 Subject: [Vim] underlines with '=' --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 94ee503..fba1aa7 100644 --- a/vimrc +++ b/vimrc @@ -108,6 +108,7 @@ set shiftwidth=4 set noexpandtab map U yyp:s/[^ ]/-/g:noh +map Y yyp:s/[^ ]/=/g:noh map Q v/$\n\nJ:.!fmt -tcw78:noh map u :noh -- cgit v1.2.3