Skip to content

Instantly share code, notes, and snippets.

@SandKierkegaard
SandKierkegaard / grokking_to_leetcode.md
Last active September 22, 2022 14:38 — forked from tykurtz/grokking_to_leetcode.md
Grokking coding problems
@zchee
zchee / actionlist.vim
Last active April 19, 2024 13:22
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>