diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-01 14:38:58 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-01 14:38:58 +0000 |
commit | 56fa6951bccc312b24b3766c38c0e49e64a796fb (patch) | |
tree | 190aff9438b6e86b5b1a744afbc478ac3e983325 /vim | |
parent | a6e466a9947d8319dc1e5b1b7a9cf405c84166f1 (diff) |
Merge 'username' and 'passwords' scripts
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -95,7 +95,6 @@ map gs <Plug>(easymotion-prefix) " Fuzzy finder nnoremap <c-p>a :Ag nnoremap <c-p>b :Buffers<cr> -nnoremap <c-p>c :Commands<cr> nnoremap <c-p>C :Colors<cr> nnoremap <c-p>f :Files<cr> nnoremap <c-p>g :GitFiles<cr> @@ -105,6 +104,11 @@ nnoremap <c-p>/ :History/<cr> nnoremap <c-p>l :BLines<cr> nnoremap <c-p>m :Marks<cr> nnoremap <c-p>t :Tags<cr> +nnoremap <c-p>a :Ag + +nnoremap <a-b> :Buffers<cr> +nnoremap <a-f> :Files<cr> +nnoremap <a-g> :GitFiles<cr> " LLDB nnoremap <c-d>n :LLsession new<cr> |