mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(vim) add hot keys
This commit is contained in:
parent
dc79ab4a25
commit
324022743b
13 changed files with 649 additions and 21 deletions
|
|
@ -48,6 +48,15 @@
|
|||
<option {{ deepword-selected }}>deepword</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input
|
||||
data-name="js-vim"
|
||||
type="checkbox"
|
||||
{{ vim }}>
|
||||
Vim
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input
|
||||
|
|
@ -58,7 +67,6 @@
|
|||
</label>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
<label>
|
||||
<input data-name="js-buffer" type="checkbox" {{ buffer }}>
|
||||
Buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue