Skip to content

Instantly share code, notes, and snippets.

View opavlyshak's full-sized avatar

Oleksandr Pavlyshak opavlyshak

View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

public class SomeClass {
public void SomeMethod() {
this.Log().Info(() => "Here is a log message with params which can be in Razor Views as well: '{0}'".FormatWith(typeof(SomeClass).Name));
}
}