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