Skip to content

Commit

Permalink
Fix tmux tpm uninstall alt + u on MacOS being bound to special ch…
Browse files Browse the repository at this point in the history
…aracters

See: tmux-plugins/tpm#70
  • Loading branch information
elliott-liu committed Feb 6, 2024
1 parent 7c7cd53 commit bf70501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/config/tmux/tmux.conf
Expand Up @@ -41,6 +41,9 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel

# Key bindings - Tmux Plugin Manager
set -g @tpm-clean 'u' # Fixes MacOS default `alt` key being used for special characters

# Plugin management
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
Expand Down

0 comments on commit bf70501

Please sign in to comment.