Nitro Cask IPA at Alesmith. Can’t tell if it is hops or just a smidge of acetaldehyde. Decent regardless. on Flickr.
July 7th, 2013 1:34pm
Nitro Cask IPA at Alesmith. Can’t tell if it is hops or just a smidge of acetaldehyde. Decent regardless. on Flickr.
July 7th, 2013 1:34pm
July 6th, 2013 11:25pm
Or, How to Use Xterm Mice and Colors in Fish Through iTerm2 Over Mosh (over ssh) in Tmux on Remote Vim and Weechat Terminals.
Configure iTerm2 to report itself as an xterm-256color and enable mouse control codes.
Ensure your shell’s $TERM recognizes it. You shouldn’t have to force this with any shell init junk.
Execute this perl one liner to print the XTerm control sequences to “Use Cell Motion Mouse Tracking” (1002) and “Enable UTF-8 Mouse Mode” (1005). Consider wrapping mosh in something that does this for you.
perl -E ' print "\e[?1005h\e[?1002h" '
mosh to the remote host.
Configure remote tmux to support mice. Add the following to ~/.tmux.conf
set -g default-terminal "screen-256color" # use 256 colors
set -g status-utf8 on # enable utf-8
set -g mode-mouse on
Configure vim to follow suit. Add the following to your ~/.vimrc
set mouse=a
set ttymouse=xterm2
Configure weechat to do the same in ~/.weechat/weechat.conf.
mouse = on
Hold option to use your mouse on your local terminal instead of the remote one.
July 3rd, 2013 9:11am
For Its Latest Beer, a Craft Brewer Chooses an Unlikely Pairing - Archaeology
June 27th, 2013 7:38pm