summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.tmux.conf26
1 files changed, 14 insertions, 12 deletions
diff --git a/.tmux.conf b/.tmux.conf
index bc0a0102..b3ab7fdd 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,21 +1,25 @@
 unbind C-b
-set -g prefix C-a
-bind a send-prefix
-
+set -g prefix C-e
+bind C-e send-prefix
 set -g escape-time 0
 
-set -g default-terminal 'screen-256color'
-
 set -g base-index 1
+set -g renumber-windows on
 
 set -g status-position top
+set -g status-left '|'
+set -g status-right '[#S] %H:%M'
+set -g window-status-format ' #{=21:pane_title} '
+set -g window-status-current-format '#[reverse] #{pane_title} '
+set -g window-status-separator '|'
 
 bind t new-window -c '#{pane_current_path}'
-bind . command-prompt "swap-window -t '%%'"
+bind C-o last-window
 
 bind s split-window -v -c '#{pane_current_path}'
 bind v split-window -h -c '#{pane_current_path}'
 
+bind C-w last-pane
 bind h select-pane -L
 bind j select-pane -D
 bind k select-pane -U
@@ -26,14 +30,12 @@ bind H swap-pane -U
 
 bind -r < resize-pane -L 1
 bind -r > resize-pane -R 1
-bind -r - resize-pane -D 1
-bind -r + resize-pane -U 1
+bind -r - resize-pane -U 1
+bind -r + resize-pane -D 1
+
+bind = select-layout even-horizontal
 
-setw -g mode-keys vi
 bind -t vi-copy v begin-selection
 bind -t vi-copy C-v rectangle-toggle
 bind -t vi-copy y copy-selection
 bind p paste-buffer
-
-bind C-a last-pane
-bind = select-layout even-horizontal
1918&follow=1'>Add the end of the Harman Phoenix rollJune McEnroe 2024-07-08Add photos from July 3, the hikeJune McEnroe 2024-07-07Add photos from July 1June McEnroe 2024-07-07Add photos from June 25-30June McEnroe 2024-06-30Add photos from June 22 (and the few days after that)June McEnroe 2024-06-30Accommodate lower-case .jpg filesJune McEnroe 2024-06-23Add another BACKXWASH showJune McEnroe It was good! 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe This will resize film scans to about the same size as for the digital photos. 2024-06-10Add The Girl Who Was Convinced...June McEnroe Not much there. The illustrations are very nice though. 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe