Skip to content

Instantly share code, notes, and snippets.

View youhei's full-sized avatar
🦈
Watching shark movies

Youhei Nitta youhei

🦈
Watching shark movies
View GitHub Profile
@voluntas
voluntas / webrtc.rst
Last active May 21, 2024 13:55
WebRTC の未来
@atty303
atty303 / gist:7261749
Last active December 27, 2015 03:48
iTerm2 + AquaSKK

iTerm2 + AquaSKK

AquaSKK を素の iTerm2 で使うと、IM 状態を変更するための "C-j" や "l" がそのまま入力されてしまって不便という問題があり、 以下のあたりでその問題を直すパッチを作ってくださった方がおりました。

僕も 1.0.0 が出たころに上記パッチを当てた iTerm2 をずっと使ってました。

@migrs
migrs / gist:2485264
Created April 25, 2012 01:30
Ruby Indent Style
class Hoge
def foo
puts 'foo';end
def baz
if true
puts 'baz'
else
raise 'baz';end;end;end