Bind digraph to ^K.
Bind fit to _.
Bind windowlist to = and colour the window list.
vbell off
startup_message off
+# Coloured windowlist.
+windowlist title "%{= wb}%{+b}%{+r}[%H]%{-r}%{-b} current windows%="
+windowlist string "%{+ .b}%{+ g}%3n%f%{+ w} %t"
+
################################################################################
# Hotkeys.
################################################################################
# Previous and next kinda like Vim.
bind h prev
bind l next
+# Digraph.
+bind ^k digraph
# Close the current window.
bind q remove
+# Fit window to screen.
+bind _ fit
+# Show window list.
+bind = windowlist
# Don't accidentally send xoff.
bind s
# Set current window title.