summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 6bb41ac..1a798f3 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -88,9 +88,9 @@ nnoremap <c-p>b :Buffers<cr>
nnoremap <c-p>c :Commands<cr>
nnoremap <c-p>f :Files<cr>
nnoremap <c-p>g :GitFiles<cr>
-nnoremap <c-p>hf :History<cr>
-nnoremap <c-p>h: :History:<cr>
-nnoremap <c-p>h/ :History/<cr>
+nnoremap <c-p>r :History<cr>
+nnoremap <c-p>: :History:<cr>
+nnoremap <c-p>/ :History/<cr>
nnoremap <c-p>l :BLines<cr>
nnoremap <c-p>m :Marks<cr>
nnoremap <c-p>t :Tags<cr>