Commit cfd6a73a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

tmux: added a better ^A+A window rename command

parent 3bdd110b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,3 +9,7 @@ bind S command-prompt -p "Session name: " "new-session -ds '%%' ~/.tmux/new-sess
# "Q": quit session with confirmation
unbind Q
bind Q confirm-before kill-session

# "A": rename current window
unbind A
bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'"