]> Sergey Matveev's repositories - mmc.git/blobdiff - cmd/tmux.conf
No need in fully custom tmux configuration
[mmc.git] / cmd / tmux.conf
index 99bf3795751e6cf0142b09e2ca2793aea39ca4c6..e25865a871c02ecbdb73405a78c61a8c060ac56f 100644 (file)
@@ -1,32 +1,11 @@
-set-option -g mode-keys vi
-set-option -g base-index 1
-set-option -g escape-time 1
-set-option -g repeat-time 0
-set-option -g history-limit 20000
-set-option -g renumber-windows on
-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 ""
-set-option -g status-justify centre
-
-set-window-option -g automatic-rename on
 set-window-option -g window-status-format "#I:#W#F"
-set-window-option -g window-status-style "bg=green fg=black"
-set-window-option -g window-status-current-style "bg=red"
-set-window-option -g window-status-last-style "bg=cyan"
 
 bind-key Q kill-session
-bind-key c new-window NEWWIN
+bind-key c display-popup -E NEWWIN
 bind-key d kill-window
 bind-key S display-popup -E CATFILE
 bind-key D {
     capture-pane -t 0
-    new-window DLPANE
+    display-popup -E DLPANE
     delete-buffer
 }
-
-bind-key -n C-PgUp previous-window
-bind-key -n C-PgDn next-window
-bind-key -n S-PgUp copy-mode -u