Sane defaults for tmux with more visible statusbar
# Remap prefix from 'C-b' to 'M-a'.
unbind C-b
set-option -g prefix M-a
bind-key M-a send-prefix
# Split panes using | and -.
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Start counting windows with 1.
set-option -g allow-rename on
set -g base-index 1
setw -g pane-base-index 1
# Statusbar: purple bg and white fg.
set -g status-bg '#480b8e'
set -g status-fg '#ffffff'
# Active window: black bg and white fg.
set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
# Disable mouse mode (tmux 2.1 and above).
set -g mouse off
Other notes
- Display xterm color palette
- Previews how man page written in Troff will look like
- plan9 Take a screenshot in Plan9
- Simple presentations with Markdown
- c Embedding resources into binary with C
- c Calling assembly functions from C
- plan9 Run 9front in Qemu
- #cat-v on weechat configuration
- 60's IBM Computers Commercial
- Alacritty open links with modifier
- plan9 Mount Plan9 over network
- Extending dte editor
- Set color temperature of displays on i3
- dcss Make DCSS playable on 4k displays
- Parse RSS feeds with Lua