Attpemted Y fix and added \H command

This commit is contained in:
Austen Adler 2014-05-02 20:06:07 -04:00
parent b506bcb7ee
commit 4eaac94155

4
vimrc
View File

@ -58,7 +58,6 @@ nnoremap j gj
nnoremap k gk nnoremap k gk
nnoremap H ^ nnoremap H ^
nnoremap L $ nnoremap L $
nnoremap Y y$
nnoremap <C-h> <C-w>h nnoremap <C-h> <C-w>h
nnoremap <C-j> <C-w>j nnoremap <C-j> <C-w>j
nnoremap <C-k> <C-w>k nnoremap <C-k> <C-w>k
@ -210,3 +209,6 @@ else
endif endif
colorscheme torte colorscheme torte
endif endif
nnoremap Y y$
nnoremap <Leader>W :%s/\s\+$//<cr>:let @/=''<cr>
nnoremap <Leader>H *<C-O>:AckFromSearch!<CR>