diff --git a/configs/.vimrc b/configs/.vimrc index e7a06d70e..d58c2b38c 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -428,11 +428,6 @@ nnoremap n :NERDTreeToggle nnoremap f :NERDTreeFind -" Jump to the top / bottom of the Viewport -nnoremap K H -nnoremap J L - - " BOL and EOL nnoremap H ^ vnoremap H ^