We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991532e commit d5d806dCopy full SHA for d5d806d
vim notes.md
@@ -123,6 +123,12 @@
123
124
- g/pattern/norm <command> applies that norm command to all lines matching the pattern.
125
126
+- use :ij <term> to jump to the first instance of term that is not in a comment.
127
+
128
+- use :ij! <term> to jump to the first instance of that term.
129
130
+- use gD to search from the beginning of the file for the word under the cursor.
131
132
133
## visual mode
134
@@ -180,7 +186,4 @@
180
186
181
187
- sort! sorts in reverse, sort u removes duplicates, sort n sorts numerically.
182
188
183
-- use :ij <term> to jump to the first instance of term that is not in a comment
184
-
185
-- use :ij! <term> to jump to the first instance of that term.
189
0 commit comments