summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index f144e30..61b1432 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -19,6 +19,7 @@ setw -g utf8 on
# keybindings
bind a send-prefix
+bind A command-prompt "rename-window %%"
bind ^A choose-window
bind ^C new-window
bind ^D detach-client