From 575b28d5bc71055fedc6155c3f16558095a0c6a3 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 30 Jan 2025 04:03:22 +0100 Subject: [PATCH] docs(mapping): clarify gq --- lua/core/mappings.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index b3fdb83..6d13a57 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -95,9 +95,9 @@ vim.keymap.set('c', '', '') -- J - Move window down -- K - Move window up -- L - Move window to the right --- gq{motion} - format the line that {motion} moves over --- {Visual}gq - format the visually selected area --- gqq - format the current line +-- gq{motion} - format word-wrap of the line that {motion} moves over +-- {Visual}gq - format word-wrap of the visually selected area +-- gqq - format word-wrap of the current line -- commands: -- :make - execute makeprg with given args -- :copen - open quickfix list