diff --git a/layers/+lang/sql/README.org b/layers/+lang/sql/README.org index 8804dfa1a..d7e89041d 100644 --- a/layers/+lang/sql/README.org +++ b/layers/+lang/sql/README.org @@ -41,17 +41,17 @@ file. *** Send SQL queries to SQLi: -| Key Binding | Description | -|-------------+------------------------------------------------------------------------------------------| -| ~SPC m s b~ | Send the whole buffer to the SQLi buffer | -| ~SPC m s B~ | Send the whole buffer to the SQLi buffer and switch to it in =insert state= | -| ~SPC m s i~ | Start the SQLi process | -| ~SPC m s f~ | Send the paragraph around point to the SQLi buffer | +| Key Binding | Description | +|-------------+---------------------------------------------------------------------------------------| +| ~SPC m s b~ | Send the whole buffer to the SQLi buffer | +| ~SPC m s B~ | Send the whole buffer to the SQLi buffer and switch to it in =insert state= | +| ~SPC m s i~ | Start the SQLi process | +| ~SPC m s f~ | Send the paragraph around point to the SQLi buffer | | ~SPC m s F~ | Send the paragraph around point to the SQLi buffer and switch to it in =insert state= | -| ~SPC m s q~ | Prompt for a string to send to the SQLi buffer | -| ~SPC m s Q~ | Prompt for a string to send to the SQLi buffer and switch to it in =insert state= | -| ~SPC m s r~ | Send the selected region to the SQLi buffer | -| ~SPC m s R~ | Send the selected region to the SQLi buffer and switch to it in =insert state= | +| ~SPC m s q~ | Prompt for a string to send to the SQLi buffer | +| ~SPC m s Q~ | Prompt for a string to send to the SQLi buffer and switch to it in =insert state= | +| ~SPC m s r~ | Send the selected region to the SQLi buffer | +| ~SPC m s R~ | Send the selected region to the SQLi buffer and switch to it in =insert state= | ** SQLi buffer