about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-01-05T04·34-0500
committerWilliam Carroll <wpcarro@gmail.com>2017-01-19T04·17-0500
commit00e024dc3ac04b6c1f375538521ad6d2eeb90947 (patch)
tree5908c6bffebef388ea588ef581b9cfa04fd2a1af /configs
parentf0eaaa9e3cd9aa3fe8475bbdf721c678b2f9d943 (diff)
Removes mapping for viewport navigation
Diffstat (limited to 'configs')
-rw-r--r--configs/.vimrc5
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 ^