dot/lisp-init.lisp: Get CLisp to save and restore its REPL history.
[profile] / dot / tmux.conf
index 06aaff3..abd37f1 100644 (file)
@@ -11,11 +11,14 @@ set -ga terminal-overrides ",xterm*:XT,screen*:XT"
 
 ## Sane key-bindings.  I'm used to screen.  Bite me.
 set -g prefix C-z
-bind z send C-z
-bind C-z last-window
-bind c new-window
-bind C-c new-window
 bind Tab select-pane -t.+1
 bind M-Tab select-pane -t.-1
+bind C-c new-window
+bind C-l refresh-client
 bind Q break-pane
 bind S split-window
+bind X kill-pane
+bind c new-window
+bind k kill-window
+bind z send C-z
+bind C-z last-window