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-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,8 +201,8 @@ These mappings are disabled by default. (config: `mappings.extended`)
201
201
`gcw` - Toggle from the current cursor position to the next word
202
202
`gc$` - Toggle from the current cursor position to the end of line
203
203
`gc}` - Toggle until the next blank line
204
-
`gc5l` - Toggle 5 lines after the current cursor
205
-
`gc8k` - Toggle 8 lines before the current cursor
204
+
`gc5l` - Toggle 5 lines after the current cursor position
205
+
`gc8k` - Toggle 8 lines before the current cursor position
206
206
`gcip` - Toggle inside of paragraph
207
207
`gca}` - Toggle around curly brackets
208
208
@@ -243,15 +243,6 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
243
243
-`pre_hook` - This method is called with a [`ctx`](#comment-context) argument before comment/uncomment is started. It can be used to return a custom `commentstring` which will be used for comment/uncomment the lines. You can use something like [nvim-ts-context-commentstring](https://github.com/JoosepAlviste/nvim-ts-context-commentstring) to compute the commentstring using treesitter.
0 commit comments