summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 58a1c4e..1885ee1 100644
--- a/vimrc
+++ b/vimrc
@@ -267,8 +267,8 @@ set tabstop=4
set shiftwidth=4
set noexpandtab
-"noremap U yyp:s/[^ ]/-/g<CR>:noh<CR>
-"noremap Y yyp:s/[^ ]/=/g<CR>:noh<CR>
+" Draws underline (waits for char input)
+noremap U yyp0<C-v>$r
set ttimeoutlen=0
set timeoutlen=250