tmux: bind r to rename window

This commit is contained in:
2026-03-15 23:29:22 +03:00
parent d0eb0f2243
commit f226dd5785

View File

@@ -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 "%%"'