diff options
author | William Carroll <wpcarro@gmail.com> | 2017-01-05T04·34-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-01-19T04·17-0500 |
commit | 00e024dc3ac04b6c1f375538521ad6d2eeb90947 (patch) | |
tree | 5908c6bffebef388ea588ef581b9cfa04fd2a1af | |
parent | f0eaaa9e3cd9aa3fe8475bbdf721c678b2f9d943 (diff) |
Removes mapping for viewport navigation
-rw-r--r-- | configs/.vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/.vimrc b/configs/.vimrc index e7a06d70ec51..d58c2b38c924 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -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 ^ |