summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-06-22 14:11:46 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-06-22 14:11:46 +0100
commit594504d0aeade8c499af5b6d521f677864c3357c (patch)
tree2ce5be81c1c3e3c68ae764eef75ae3a3aca1a8d2 /vim/.vimrc
parentd58ce0eafa00750954fc0d807b9bdfb122b07f06 (diff)
Update vdirsyncer config
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>