Attpemted Y fix and added \H command
This commit is contained in:
parent
b506bcb7ee
commit
4eaac94155
4
vimrc
4
vimrc
@ -58,7 +58,6 @@ nnoremap j gj
|
||||
nnoremap k gk
|
||||
nnoremap H ^
|
||||
nnoremap L $
|
||||
nnoremap Y y$
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
@ -210,3 +209,6 @@ else
|
||||
endif
|
||||
colorscheme torte
|
||||
endif
|
||||
nnoremap Y y$
|
||||
nnoremap <Leader>W :%s/\s\+$//<cr>:let @/=''<cr>
|
||||
nnoremap <Leader>H *<C-O>:AckFromSearch!<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user