parent
a51e865d7f
commit
9601fc6e7e
3 changed files with 19 additions and 17 deletions
@ -0,0 +1,16 @@ |
||||
<h2>快捷键</h2> |
||||
<ol> |
||||
<li> |
||||
<p><strong>Enter</strong>:换行,并保持与上一行相同的缩进</p> |
||||
</li> |
||||
<li> |
||||
<p><strong>Tab</strong>/<strong>Shift</strong> + <strong>Tab</strong>:增加/减少缩进(支持多行)</p> |
||||
</li> |
||||
<li> |
||||
<p><strong>Shift</strong> + <strong>Del</strong> 或 <strong>Shift</strong> + <strong>Backspace</strong>:删除整行 |
||||
</p> |
||||
</li> |
||||
<li> |
||||
<p><strong>Home</strong>:将光标移到文本中的第一个非空格字符之前</p> |
||||
</li> |
||||
</ol> |
||||
Loading…
Reference in new issue