gh-pages
archseer 3 years ago
parent 97f6421656
commit 8d18ca7e1a

@ -323,6 +323,7 @@ and <a href="./usage.html#textobject">textobject</a> usage.</p>
<tr><td><code>Y</code></td><td>Yank main selection to clipboard</td><td><code>yank_main_selection_to_clipboard</code></td></tr>
<tr><td><code>R</code></td><td>Replace selections by clipboard contents</td><td><code>replace_selections_with_clipboard</code></td></tr>
<tr><td><code>/</code></td><td>Global search in workspace folder</td><td><code>global_search</code></td></tr>
<tr><td><code>r</code></td><td>Rename symbol using the language server</td><td><code>rename_symbol</code></td></tr>
</tbody></table>
<blockquote>
<p>NOTE: Global search display results in a fuzzy picker, use <code>space + '</code> to bring it back up after opening a file.</p>

@ -664,6 +664,7 @@ and <a href="./usage.html#textobject">textobject</a> usage.</p>
<tr><td><code>Y</code></td><td>Yank main selection to clipboard</td><td><code>yank_main_selection_to_clipboard</code></td></tr>
<tr><td><code>R</code></td><td>Replace selections by clipboard contents</td><td><code>replace_selections_with_clipboard</code></td></tr>
<tr><td><code>/</code></td><td>Global search in workspace folder</td><td><code>global_search</code></td></tr>
<tr><td><code>r</code></td><td>Rename symbol using the language server</td><td><code>rename_symbol</code></td></tr>
</tbody></table>
<blockquote>
<p>NOTE: Global search display results in a fuzzy picker, use <code>space + '</code> to bring it back up after opening a file.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save