summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-03-01 14:38:58 +0000
committerUrbain Vaes <urbain@vaes.uk>2018-03-01 14:38:58 +0000
commit56fa6951bccc312b24b3766c38c0e49e64a796fb (patch)
tree190aff9438b6e86b5b1a744afbc478ac3e983325 /vim
parenta6e466a9947d8319dc1e5b1b7a9cf405c84166f1 (diff)
Merge 'username' and 'passwords' scripts
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index dfbe0e9..30bc942 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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>