mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-21 14:31:30 +08:00
feat: add matlab.md
cheatsheet (#21). 02d0a495a6
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
<!--rehype:wrap-class=row-span-2-->
|
||||
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">▼/▶ 光标 ▽/▷ 目标
|
||||
</span></code></pre>
|
||||
</div></div><div class="h3wrap-body"><h4 id="左右动作"><a aria-hidden="true" tabindex="-1" href="#左右动作"><span class="icon icon-link"></span></a>左右动作</h4>
|
||||
<h4 id="左右动作"><a aria-hidden="true" tabindex="-1" href="#左右动作"><span class="icon icon-link"></span></a>左右动作</h4>
|
||||
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">╭┈┈┈┈┈┈┈┈┈┈┈┈┈ <span class="token operator">|</span>
|
||||
</span><span class="code-line">├┈┈┈┈┈┈┈┈┈┈┈┈┈ <span class="token number">0</span> $ ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
|
||||
</span><span class="code-line">┆ ╭┈┈┈┈┈┈┈┈┈┈ ^ fe ┈┈┈┈┈┈┈┈╮ ┆
|
||||
@ -76,7 +76,7 @@
|
||||
</span><span class="code-line">┆ - SCREEN <span class="token number">1</span> END
|
||||
</span><span class="code-line">╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈▷ print<span class="token punctuation">(</span><span class="token string">"SCREEN 2"</span><span class="token punctuation">)</span>
|
||||
</span></code></pre>
|
||||
</div></div><div class="wrap h3body-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="动作"><a aria-hidden="true" tabindex="-1" href="#动作"><span class="icon icon-link"></span></a>动作</h3><div class="wrap-body">
|
||||
</div></div></div><div class="wrap h3body-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="动作"><a aria-hidden="true" tabindex="-1" href="#动作"><span class="icon icon-link"></span></a>动作</h3><div class="wrap-body">
|
||||
<!--rehype:wrap-class=row-span-2-->
|
||||
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
|
||||
<table class="shortcuts"><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>h</code> | <code>j</code> | <code>k</code> | <code>l</code></td><td>方向键</td></tr><tr><td align="left"><code><C-u></code> <em>/</em> <code><C-d></code></td><td>上/下半页</td></tr><tr><td align="left"><code><C-b></code> <em>/</em> <code><C-f></code></td><td>向上/向下翻页</td></tr></tbody></table>
|
||||
<!--rehype:className=shortcuts-->
|
||||
</div></div><div class="h3wrap-body"><h4 id="字词"><a aria-hidden="true" tabindex="-1" href="#字词"><span class="icon icon-link"></span></a>字(词)</h4>
|
||||
<h4 id="字词"><a aria-hidden="true" tabindex="-1" href="#字词"><span class="icon icon-link"></span></a>字(词)</h4>
|
||||
|
||||
|
||||
|
||||
@ -209,7 +209,7 @@
|
||||
|
||||
<table class="shortcuts"><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>H</code> <em>/</em> <code>M</code> <em>/</em> <code>L</code></td><td>上/中/下屏幕</td></tr><tr><td align="left"><code>zt</code> <em>/</em> <code>zz</code> <em>/</em> <code>zb</code></td><td>上/中/下这条线</td></tr></tbody></table>
|
||||
<!--rehype:className=shortcuts-->
|
||||
</div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="插入模式"><a aria-hidden="true" tabindex="-1" href="#插入模式"><span class="icon icon-link"></span></a>插入模式</h3><div class="wrap-body">
|
||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="插入模式"><a aria-hidden="true" tabindex="-1" href="#插入模式"><span class="icon icon-link"></span></a>插入模式</h3><div class="wrap-body">
|
||||
|
||||
|
||||
|
||||
@ -390,7 +390,7 @@
|
||||
|
||||
<table class="shortcuts"><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>x</code></td><td>删除字符 <em>(剪切)</em></td></tr><tr><td align="left"><code>p</code> <em>/</em> <code>P</code></td><td>在之后/之前粘贴</td></tr><tr><td align="left"><code>xp</code></td><td>交换两个字符</td></tr><tr><td align="left"><code>D</code></td><td>删除到行尾 <em>(剪切)</em></td></tr><tr><td align="left"><code>dw</code></td><td>删除单词 <em>(剪切)</em></td></tr><tr><td align="left"><code>dd</code></td><td>删除线 <em>(剪切)</em></td></tr><tr><td align="left"><code>ddp</code></td><td>交换两条线</td></tr><tr><td align="left"><code>yy</code></td><td>拉线 <em>(复制)</em></td></tr><tr><td align="left"><code>"*p</code> | <code>"+p</code></td><td>从系统剪贴板粘贴</td></tr><tr><td align="left"><code>"*y</code> | <code>"+y</code></td><td>粘贴到系统剪贴板</td></tr></tbody></table>
|
||||
<!--rehype:className=shortcuts-->
|
||||
</div></div><div class="h3wrap-body"><h4 id="在可视化模式下"><a aria-hidden="true" tabindex="-1" href="#在可视化模式下"><span class="icon icon-link"></span></a>在可视化模式下</h4>
|
||||
<h4 id="在可视化模式下"><a aria-hidden="true" tabindex="-1" href="#在可视化模式下"><span class="icon icon-link"></span></a>在可视化模式下</h4>
|
||||
|
||||
|
||||
|
||||
@ -414,7 +414,7 @@
|
||||
|
||||
<table class="shortcuts"><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>d</code> <em>|</em> <code>x</code></td><td>删除选择 <em>(剪切)</em></td></tr><tr><td align="left"><code>s</code></td><td>替换选择</td></tr><tr><td align="left"><code>y</code></td><td>Yank 选择 <em>(复制)</em></td></tr></tbody></table>
|
||||
<!--rehype:className=shortcuts-->
|
||||
</div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="重复"><a aria-hidden="true" tabindex="-1" href="#重复"><span class="icon icon-link"></span></a>重复</h3><div class="wrap-body">
|
||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="重复"><a aria-hidden="true" tabindex="-1" href="#重复"><span class="icon icon-link"></span></a>重复</h3><div class="wrap-body">
|
||||
|
||||
|
||||
|
||||
@ -1039,7 +1039,7 @@
|
||||
|
||||
|
||||
<table><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>:tabe [file]</code></td><td><yel>E</yel>在新选项卡中编辑文件</td></tr><tr><td align="left"><code>:tabf [file]</code></td><td>如果在新选项卡中存在则打开</td></tr><tr><td align="left"><code>:tabc</code></td><td><yel>C</yel>失去当前选项卡</td></tr><tr><td align="left"><code>:tabo</code></td><td>关闭<yel>o</yel>其他选项卡</td></tr><tr><td align="left"><code>:tabs</code></td><td>列出所有<yel>标签</yel></td></tr><tr><td align="left"><code>:tabr</code></td><td>转到第一个<yel>r</yel>标签</td></tr><tr><td align="left"><code>:tabl</code></td><td>转到 <yel>l</yel>ast 选项卡</td></tr><tr><td align="left"><code>:tabm 0</code></td><td><yel>我</yel>转到位置 <code>0</code></td></tr><tr><td align="left"><code>:tabn</code></td><td>转到 <yel>n</yel>ext 选项卡</td></tr><tr><td align="left"><code>:tabp</code></td><td>转到<yel>p</yel>上一个标签</td></tr></tbody></table>
|
||||
</div></div><div class="h3wrap-body"><h4 id="正常模式-1"><a aria-hidden="true" tabindex="-1" href="#正常模式-1"><span class="icon icon-link"></span></a>正常模式</h4>
|
||||
<h4 id="正常模式-1"><a aria-hidden="true" tabindex="-1" href="#正常模式-1"><span class="icon icon-link"></span></a>正常模式</h4>
|
||||
|
||||
|
||||
|
||||
@ -1062,7 +1062,7 @@
|
||||
|
||||
|
||||
<table><thead><tr><th align="left">快捷方式</th><th>说明</th></tr></thead><tbody><tr><td align="left"><code>gt</code></td><td>转到 <yel>n</yel>ext 选项卡</td></tr><tr><td align="left"><code>gT</code></td><td>转到<yel>p</yel>上一个标签</td></tr><tr><td align="left"><code>2gt</code></td><td>转到标签编号 <code>2</code></td></tr></tbody></table>
|
||||
</div></div></div></div><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="vim-搜索和替换"><a aria-hidden="true" tabindex="-1" href="#vim-搜索和替换"><span class="icon icon-link"></span></a>Vim 搜索和替换</h2><div class="wrap-body">
|
||||
</div></div></div></div></div><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="vim-搜索和替换"><a aria-hidden="true" tabindex="-1" href="#vim-搜索和替换"><span class="icon icon-link"></span></a>Vim 搜索和替换</h2><div class="wrap-body">
|
||||
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="搜索"><a aria-hidden="true" tabindex="-1" href="#搜索"><span class="icon icon-link"></span></a>搜索</h3><div class="wrap-body">
|
||||
|
||||
|
||||
@ -1990,7 +1990,7 @@
|
||||
<li><a href="http://vimdoc.sourceforge.net/htmldoc/">Vim documentation</a> <em>(vimdoc.sourceforge.net)</em></li>
|
||||
<li><a href="http://openvim.com/">Interactive Vim tutorial</a> <em>(openvim.com)</em></li>
|
||||
</ul>
|
||||
</div></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang, All rights reserved.</footer></footer><script>
|
||||
</div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang, All rights reserved.</footer></footer><script>
|
||||
if(('onhashchange' in window) && ((typeof document.documentMode==='undefined') || document.documentMode==8)) {
|
||||
window.onhashchange = function () {
|
||||
anchorPoint()
|
||||
|
Reference in New Issue
Block a user