Skip to content

Instantly share code, notes, and snippets.

View sangoisanga's full-sized avatar
🏠
Working from home

Sang sangoisanga

🏠
Working from home
View GitHub Profile
@sangoisanga
sangoisanga / enhance_1.md
Last active January 16, 2026 11:29
Anki style first enhance

Front Template

<div class="metadata">Book 1 — Card No.: {{No}}</div>

{{#Image}}<div class="image-wrap">{{Image}}</div>{{/Image}}

{{#Suggestion}}
<div class="suggestion">{{Suggestion}}</div>
{{/Suggestion}}
@sangoisanga
sangoisanga / actionlist.vim
Created August 25, 2022 04:48 — forked from zchee/actionlist.vim
IdeaVim actionlist
--- 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>
@sangoisanga
sangoisanga / .ideavimrc
Last active July 30, 2022 11:45
.ideavimrc
source ~/.vimrc
set clipboard+=ideaput
set ideamarks
set easymotion
set ideajoin
set idearefactormode=keep
set surround
set multiple-cursors
set ReplaceWithRegister