summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-08-26 14:46:37 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-08-26 14:46:37 +0200
commitbcc6cb7bfeb768bd8d58dc02e979e4151c4b99b6 (patch)
treece4c2939541cac37831ae2674aa538cbe6f1db45
parent87ce5729db926a77263430c51128bf44f2584bc7 (diff)
[Vim] underlines with '='
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
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<CR>:noh<CR>
+map Y yyp:s/[^ ]/=/g<CR>:noh<CR>
map <ESC>Q v/$\n\n<CR>J:.!fmt -tcw78<CR>:noh<CR>
map <ESC>u :noh<CR>