You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ select * from user;
100
100
101
101
- Move the caret to the line `select * from user;` and type `<leader>rr` in VIM normal mode to run the line;
102
102
103
-
- Move the caret to the table name (such as `user`) and type `<leader>ds` (stands for "Descript") to show the columns of the table, type `<leader>ss` to `select *` from the table;
103
+
- Move the caret to the table name (such as `user`) and type `<leader>ds` (stands for "Describe") to show the columns of the table, type `<leader>ss` to `select *` from the table;
104
104
105
105
- Using VIM visual mode to select a range of statement and type `<leader>rs` to execute the selected statements;
106
106
@@ -110,7 +110,7 @@ After typing the shortcut the VIM window will be splitted into two, the bottom o
110
110
111
111
## Contribution
112
112
113
-
If you find it difficult to use this plugin, please open issues or help improve it by creating pull requests.
113
+
If you find it difficult to use this plugin, please open issues or help to improve it by creating pull requests.
0 commit comments