start new:
tmux
start new with session name:
tmux new -s myname
| /* | |
| * LD_PRELOAD shim which applies two patches necesary to get the game | |
| * Divinity: Original Sin Enhanded Edition for Linux to work with Mesa (12+) | |
| * | |
| * Build with: gcc -s -O2 -shared -fPIC -o divos-hack.{so,c} -ldl | |
| */ | |
| /* for RTLD_NEXT */ | |
| #ifndef _GNU_SOURCE | |
| #define _GNU_SOURCE |
| set langmap=ёйцукенгшщзхъфывапролджэячсмитьбюЁЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ;`qwertyuiop[]asdfghjkl\\;'zxcvbnm\\,.~QWERTYUIOP{}ASDFGHJKL:\\"ZXCVBNM<> | |
| nmap Ж : | |
| " yank | |
| nmap Н Y | |
| nmap з p | |
| nmap ф a | |
| nmap щ o | |
| nmap г u | |
| nmap З P |
| # From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html | |
| git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --" |