1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:50:05 +08:00

Add map for Q

This commit is contained in:
wsdjeg 2017-02-07 22:04:31 +08:00
parent b4aea57cdb
commit c0d9fea380

View File

@ -263,6 +263,9 @@ function! SpaceVim#default#SetMappings() abort
" Select last paste
nnoremap <silent><expr> gp '`['.strpart(getregtype(), 0, 1).'`]'
" Use Q format lines
map Q gq
" Navigate window
nnoremap <silent><C-q> <C-w>
nnoremap <silent><C-x> <C-w>x