This new typeface was made just for interface designers
Harrison Weber, thenextweb.com
Modern Pictograms is new typeface created for interface designers and programmers. It was designed to work on-screen at sizes down to 18 pixels, and is remarkably pixel-perfect and useful as a pictographic font.
Why a font file?…
Holiday Reading #1: Backbone.js
Source: vincicat
Indigo icons by Mihaiciuc Bogdan. Free
(via Indigo Icons by ~bogo-d)
Source: bogo-d.deviantart.com
tmux + macvim clipboard 無法共用解法
找了很久,終於找到解決方案
https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
照著 Quick Summary 的指示操作,其中 zsh 換成慣用的 bash。重新啟動 tmux server,macvim 剪貼簿就會工作了!
iTerm2 + tmux 光標向前/向後移動單字失效筆記
紀錄一下 iTerm2 + tmux 光標向前/向後移動單字的 .inputrc
# for tmux
"\eOD": backward-word
"\eOC": forward-word
# xterm/urxvf
"\e[1;5D": backward-word
"\e[1;5C": forward-word

