aboutsummaryrefslogtreecommitdiff
path: root/base/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/tmux.conf')
-rw-r--r--base/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/tmux.conf b/base/tmux.conf
index d06148e..ece6689 100644
--- a/base/tmux.conf
+++ b/base/tmux.conf
@@ -32,6 +32,8 @@ set -g window-status-activity-style "fg=colour20"
set -g window-status-bell-style "fg=colour20"
#█ ^Vue0b0
+set -g automatic-rename on
+set -g automatic-rename-format ""
set -g message-style "fg=white,bg=colour19"
set -g pane-border-style "fg=colour18,bg=colour18"
set -g pane-active-border-style "fg=colour19,bg=colour19"
@@ -82,7 +84,6 @@ bind % command-prompt -p index "select-window -t ':%%'"
bind '"' splitw -hc "#{pane_current_path}"
bind "'" splitw -c "#{pane_current_path}"
bind Tab last # most recent window
-bind-key c new-window -n ""
bind -r "<" swapw -d -t -1
bind -r ">" swapw -d -t +1