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
<tr><td><codeclass="inset">:sfind</code></td><td><codeclass="inset"></code></td><td>Split window and open file (if specified) in the new window.Look for file in the path.</td></tr>
510
512
<tr><td><codeclass="inset">:vsplit</code></td><td><codeclass="inset">^Wv</code></td><td>Split current window into two from top to bottom and open file (if specified) in the new window.</td></tr>
511
513
<tr><td><codeclass="inset">:vnew</code></td><td><codeclass="inset"></code></td><td>Vertical version of :new.</td></tr>
514
+
<tr><td><code>Ctrl-W]</code></td><td>Split window and jump to tag under cursor</td></tr>
515
+
<tr><td><codeclass="inset">Ctrl-Wf</code></td><td>拆分窗口并编辑光标下的文件 Split window and edit file name under the cursor</td></tr>
516
+
<tr><td><codeclass="inset">Ctrl-W^</code></td><td>Split window and edit alternate file</td></tr>
@@ -1037,46 +1039,28 @@ <h2><em>Metacharacters Used in Replacement Strings</em></h2>
1037
1039
<td>"word separator" : i.e. space or punctuation, also
1038
1040
not EOL or BOL</td>
1039
1041
</tr><tr>
1040
-
<tdvalign="top">\l<br>
1041
-
</td>
1042
-
<tdvalign="top">[a-z]<br>
1043
-
</td>
1044
-
<tdvalign="top">Lowercase
1045
-
letter. In the search expression it matches any lower case letter. In the
1046
-
replace expression it lowercases the character or character representer following
1047
-
it.<br>
1042
+
<td>\l<br></td>
1043
+
<td>[a-z]<br></td>
1044
+
<td>In the search expression it matches any lower case letter. In the
1045
+
replace expression it lowercases the character or character representer following it.<br>
1048
1046
</td>
1049
1047
</tr>
1050
1048
<tr>
1051
-
<tdvalign="top">\L<br>
1052
-
</td>
1053
-
<tdvalign="top">[^a-z]<br>
1054
-
</td>
1055
-
<tdvalign="top">In the search expression \L matches any character except except a lowercase letter.
1056
-
In the replace expression it makes everything that follows it, to the end
1057
-
of the replace expression, lower case. However, a later \U in the replace
1058
-
expression ends its effect.<br>
1059
-
</td>
1049
+
<td>\L<br></td>
1050
+
<td>[^a-z]<br></td>
1051
+
<td>In the search expression \L matches any character except except a lowercase letter.
1052
+
In the replace expression it makes everything that follows it, to the end of the replace expression, lower case. However, a later \U in the replace expression ends its effect.<br></td>
1060
1053
</tr>
1061
1054
<tr>
1062
-
<tdvalign="top">\u<br>
1063
-
</td>
1064
-
<tdvalign="top">[A-Z]<br>
1065
-
</td>
1066
-
<tdvalign="top">Uppercase
1067
-
letter. In the search expression it matches any lower case letter. In the
1068
-
replace expression it capitalizes the character following it. </td>
1055
+
<td>\u<br></td>
1056
+
<td>[A-Z]<br></td>
1057
+
<td>In the search expression it matches any lower case letter. In the
1058
+
replace expression it capitalizes the character following it.</td>
1069
1059
</tr>
1070
1060
<tr>
1071
-
<tdvalign="top">\U<br>
1072
-
</td>
1073
-
<tdvalign="top">[^A-Z]<br>
1074
-
</td>
1075
-
<tdvalign="top">In the search expression \U matches any character except except an uppercase letter.
1076
-
In the replace expression it makes everything that follows it, to the end
1077
-
of the replace expression, upper case. However, a later \L in the replace
1078
-
expression ends its effect.
1079
-
</td>
1061
+
<td>\U<br></td>
1062
+
<td>[^A-Z]<br></td>
1063
+
<td>In the search expression \U matches any character except except an uppercase letter. In the replace expression it makes everything that follows it, to the end of the replace expression, upper case. However, a later \L in the replace expression ends its effect.</td>
0 commit comments