Skip to content

Commit

Permalink
use prefix-w for session lookup (saves the shift)
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Jul 5, 2024
1 parent 9f01c0c commit c1bc7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bash/ble.sh
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bind C-o send-prefix
bind-key e set status

# session management
bind-key W choose-session
bind-key w choose-session
bind-key R command-prompt -p "Rename session:" "rename-session '%%'"
bind S command-prompt -p "New session name: " "new-session -s '%%'"
bind K choose-session "kill-session -t '%%'"
Expand Down

0 comments on commit c1bc7cd

Please sign in to comment.