From 4eaac94155c0852e44e69bad2bdfd66844433cad Mon Sep 17 00:00:00 2001 From: Austen Date: Fri, 2 May 2014 20:06:07 -0400 Subject: [PATCH] Attpemted Y fix and added \H command --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b6215d2..56d5abd 100644 --- a/vimrc +++ b/vimrc @@ -58,7 +58,6 @@ nnoremap j gj nnoremap k gk nnoremap H ^ nnoremap L $ -nnoremap Y y$ nnoremap h nnoremap j nnoremap k @@ -210,3 +209,6 @@ else endif colorscheme torte endif +nnoremap Y y$ +nnoremap W :%s/\s\+$//:let @/='' +nnoremap H *:AckFromSearch!