diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-06-22 14:11:46 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-06-22 14:11:46 +0100 |
commit | 594504d0aeade8c499af5b6d521f677864c3357c (patch) | |
tree | 2ce5be81c1c3e3c68ae764eef75ae3a3aca1a8d2 /vim | |
parent | d58ce0eafa00750954fc0d807b9bdfb122b07f06 (diff) |
Update vdirsyncer config
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |