]> Sergey Matveev's repositories - mmc.git/blobdiff - cmd/tmux.conf
popup is more convenient
[mmc.git] / cmd / tmux.conf
index fc5faceed853a46981a3a6a6419b7ba48a634af6..99bf3795751e6cf0142b09e2ca2793aea39ca4c6 100644 (file)
@@ -20,7 +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 new-window CATFILE
+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