Skip to content

Instantly share code, notes, and snippets.

@uupaa
uupaa / irc.mac.remove.quit.md
Last active June 27, 2024 15:17
Remove message(joined, left, quit) for Limechat Mac

IRC クライアント Limechat for Mac で joined, left, quit メッセージを消す方法

/Applications/LimeChat.app/Contents/Themes/Limelight.css に以下のCSSを追加。
他のテーマを使っている場合は、そのテーマのcssを編集。

.line[type=join] { display:none; }
.line[type=quit] { display:none; }
.line[type=mode] { display:none; }
.line[type=part] { display:none; }
@maddo
maddo / tmux-cheatsheet.markdown
Created October 17, 2016 02:10 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@echosa
echosa / Brave-issues.md
Last active September 17, 2024 06:26
Brave browser issues