mirror of
https://github.com/tmux/tmux.git
synced 2026-04-15 19:46:27 +00:00
Fix key binding conflict in session menu, from Dane Jensen.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
" 'Previous' 'p' {switch-client -p}" \
|
||||
" ''" \
|
||||
" 'Renumber' 'N' {move-window -r}" \
|
||||
" 'Rename' 'n' {command-prompt -I \"#S\" {rename-session -- '%%'}}" \
|
||||
" 'Rename' 'r' {command-prompt -I \"#S\" {rename-session -- '%%'}}" \
|
||||
" ''" \
|
||||
" 'New Session' 's' {new-session}" \
|
||||
" 'New Window' 'w' {new-window}"
|
||||
|
||||
Reference in New Issue
Block a user