diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index ea6977f..b3fdb83 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -95,6 +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 -- commands: -- :make - execute makeprg with given args -- :copen - open quickfix list