]> Sergey Matveev's repositories - mmc.git/blobdiff - cmd/tmux.conf
popup is more convenient
[mmc.git] / cmd / tmux.conf
index 4722e4b374b7281737d10fee11df8545be3b2cc5..99bf3795751e6cf0142b09e2ca2793aea39ca4c6 100644 (file)
@@ -8,7 +8,7 @@ set-option -g pane-border-indicators both
 
 set-option -g status-style "bg=black,fg=white"
 set-option -g status-left "#S>"
-set-option -g status-right "#T"
+set-option -g status-right ""
 set-option -g status-justify centre
 
 set-window-option -g automatic-rename on
@@ -20,6 +20,12 @@ set-window-option -g window-status-last-style "bg=cyan"
 bind-key Q kill-session
 bind-key c new-window NEWWIN
 bind-key d kill-window
+bind-key S display-popup -E CATFILE
+bind-key D {
+    capture-pane -t 0
+    new-window DLPANE
+    delete-buffer
+}
 
 bind-key -n C-PgUp previous-window
 bind-key -n C-PgDn next-window