diff --git a/config/.tmux.conf b/config/.tmux.conf index 9e93cbe..aba4c07 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -46,3 +46,5 @@ bind v split-window -h -c "#{pane_current_path}" bind g split-window -v -c "#{pane_current_path}" bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." + +bind r command-prompt -I "#W" 'rename-window "%%"'