joshmedeski / dotfiles

Josh's dotfiles for his developer environment
https://dotfiles.joshmedeski.com
373 stars 33 forks source link

COMMAND|SHIFT bracket not working with tmux #15

Closed brymon68 closed 9 months ago

brymon68 commented 9 months ago

Hey Josh,

Hope you are well. Ive been playing around with your config for wezterm and am noticing that I cant switch tabs with cmd+shift+[ or cmd+shift+]. Is this expected? I noticed you duplicated the bindings for CTRL+TAB and was wondering if perhaps that was the alternative you switched to / settled for.

Reference:

https://github.com/joshmedeski/dotfiles/blob/95aeeb0c238d6a4a4cf2f720ddea8a0fbf69fe03/.config/wezterm/wezterm.lua#L115-L130

Appreciate any insight and thanks for all the awesome videos, information and configs you share.

joshmedeski commented 9 months ago

Hey, I had the same problem when setting up Wezterm.

You have to go into your keyboard settings and overwrite the default bindings Wezterm set

See https://github.com/wez/wezterm/issues/4251#issuecomment-1718239499

brymon68 commented 9 months ago

You are an absolute legend. Thank you so much @joshmedeski