Removes mapping for viewport navigation

This commit is contained in:
William Carroll 2017-01-04 23:34:34 -05:00
parent f0eaaa9e3c
commit 00e024dc3a

View file

@ -428,11 +428,6 @@ nnoremap <leader>n :NERDTreeToggle<CR>
nnoremap <leader>f :NERDTreeFind<CR>
" Jump to the top / bottom of the Viewport
nnoremap K H
nnoremap J L
" BOL and EOL
nnoremap H ^
vnoremap H ^