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:
parent
b4aea57cdb
commit
c0d9fea380
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user