Skip to content

Commit

Permalink
Don't reuse old names
Browse files Browse the repository at this point in the history
I always ^u them anyways. Annoying.
  • Loading branch information
dmedvinsky committed Apr 5, 2013
1 parent 404e418 commit 94ffc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ bind C new-session \; command-prompt "rename-session '%%'"
# Choose session.
bind C-s choose-session
# Rename session.
bind S command-prompt -I "#S" "rename-session '%%'"
bind S command-prompt "rename-session '%%'"

# New window.
bind c new-window \; command-prompt "rename-window '%%'"
# Choose window.
bind C-w choose-window
# Rename window.
bind W command-prompt -I "#W" "rename-window '%%'"
bind W command-prompt "rename-window '%%'"
# Move window to other index.
bind m command-prompt "move-window -t '%%'"
# Find window by name.
Expand Down

0 comments on commit 94ffc58

Please sign in to comment.