<div class="metadata">Book 1 — Card No.: {{No}}</div>
{{#Image}}<div class="image-wrap">{{Image}}</div>{{/Image}}
{{#Suggestion}}
<div class="suggestion">{{Suggestion}}</div>
{{/Suggestion}}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- Actions --- | |
| $Copy <M-C> | |
| $Cut <M-X> <S-Del> | |
| $Delete <Del> <BS> <M-BS> | |
| $LRU | |
| $Paste <M-V> | |
| $Redo <M-S-Z> <A-S-BS> | |
| $SearchWeb <A-S-G> | |
| $SelectAll <M-A> | |
| $Undo <M-Z> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/.vimrc | |
| set clipboard+=ideaput | |
| set ideamarks | |
| set easymotion | |
| set ideajoin | |
| set idearefactormode=keep | |
| set surround | |
| set multiple-cursors | |
| set ReplaceWithRegister |