vim: add explore mapping

feature/symbol-search
bretello 2020-12-04 21:07:16 +01:00
parent 0e61fcbbef
commit a69c162cec
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 2 deletions

View File

@ -160,9 +160,8 @@ nmap <leader>A :ALEGoToDefinition<CR>
nmap <leader>n :ALEFindReferences<CR>
nmap <leader>h :ALEHover<CR>
nmap <leader>r :ALERename<CR>
nmap <leader>t :CtrlPTag<CR>
nmap \ :Explore<CR>
" Add shortcuts to yank/paste to unnamed/unnamedplus clipboards
noremap <Leader>y "*y
noremap <Leader>p "*p