We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3b2c2 commit ada9f17Copy full SHA for ada9f17
.tmux.conf
@@ -18,6 +18,9 @@ set -sg escape-time 1
18
set-option -g base-index 1
19
setw -g pane-base-index 1
20
21
+# Automatically rename pane to current directory path
22
+set-option -g automatic-rename-format '#{b:pane_current_path}'
23
+
24
# Fix ssh-agent when tmux is detached
25
setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
26
0 commit comments