Skip to content

Commit

Permalink
Fix rename session command
Browse files Browse the repository at this point in the history
  • Loading branch information
yelaco committed Nov 26, 2024
1 parent e42f670 commit c779833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ items:
command: new
- name: Rename
key: r
command: rename
command: command-prompt -I "rename-session "
- name: +Client
key: C
menu:
Expand Down
2 changes: 1 addition & 1 deletion plugin/init.example.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Paste "p" pasteb'
set -g @wk_menu_sessions \
'Choose "s" "choose-tree -Zs" \
New "N" new \
Rename "r" rename'
Rename "r" 'command-prompt -I "rename-session "'
set -g @wk_menu_plugins \
'Install "i" "run-shell $TMUX_PLUGIN_MANAGER_PATH/tpm/bindings/install_plugins" \
Expand Down
2 changes: 1 addition & 1 deletion which-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Sessions)
show_menu \
Choose s 'choose-tree -Zs' \
New N new \
Rename r rename
Rename r 'command-prompt -I "rename-session "'
;;
Client)
show_menu \
Expand Down

0 comments on commit c779833

Please sign in to comment.