mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 18:01:29 +00:00
tmux
This commit is contained in:
parent
d3d2dbd5cd
commit
13e57fe467
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@
|
|||
| awk '{print \$1}' \
|
||||
| xargs tmux switch-client -t"
|
||||
|
||||
# Auto-rename windows to the current running command
|
||||
# Auto-rename windows to the current directory basename
|
||||
set -g automatic-rename on
|
||||
set -g automatic-rename-format '#{pane_current_command}'
|
||||
set -g automatic-rename-format '#{b:pane_current_path}'
|
||||
|
||||
# Start all numbering at 1 instead of 0 for better key reachability
|
||||
set-option -g base-index 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue