docs(mapping): clarify gq

This commit is contained in:
2025-01-30 04:03:22 +01:00
parent 0e92f7b7ed
commit 575b28d5bc
+3 -3
View File
@@ -95,9 +95,9 @@ vim.keymap.set('c', '<M-BS>', '<C-w>')
-- <C-w>J - Move window down -- <C-w>J - Move window down
-- <C-w>K - Move window up -- <C-w>K - Move window up
-- <C-w>L - Move window to the right -- <C-w>L - Move window to the right
-- gq{motion} - format the line that {motion} moves over -- gq{motion} - format word-wrap of the line that {motion} moves over
-- {Visual}gq - format the visually selected area -- {Visual}gq - format word-wrap of the visually selected area
-- gqq - format the current line -- gqq - format word-wrap of the current line
-- commands: -- commands:
-- :make - execute makeprg with given args -- :make - execute makeprg with given args
-- :copen - open quickfix list -- :copen - open quickfix list