1
0
Fork 0

Fix keybindings

This commit is contained in:
Malte Brandy 2020-05-20 00:10:39 +02:00
parent 2e32c2b54a
commit 383321e199
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -179,7 +179,8 @@ nmap <space>p :Files<CR>
nmap <space>g :Rg<CR>
nmap <space>h :History<CR>
nmap <space>b :Buffers<CR>
nmap <space>q :qa<CR>
nmap <space>k :qa<CR>
nmap <space>q :q<CR>
nmap <space>s :w<CR>
nnoremap <a-left> :bp<CR>
@ -230,8 +231,6 @@ nnoremap <silent> <space>d :<C-u>CocFzfList diagnostics<cr>
nnoremap <silent> <space>c :<C-u>CocFzfList commands<cr>
" Find symbol of current document
nnoremap <silent> <space>o :<C-u>CocFzfList outline<cr>
" Search workspace symbols
nnoremap <silent> <space>s :<C-u>CocFzfList symbols<cr>
" Do default action for next item.
nnoremap <silent> <space>j :<C-u>CocNext<CR>
" Do default action for previous item.