bew / dotfiles

All my dotfiles in one place!
43 stars 3 forks source link

`^X`-based keybinds are not available in first zsh instance #89

Open bew opened 8 months ago

bew commented 8 months ago

When first opening wezterm, the immediately available zsh is different than the zsh available in tmux, where all the ^X-based keybinds are simply not there 👀

Can check the presence of these keybinds using: bindkey -Lp ^X

And it's annoying to debug as simply starting a nested zsh instance does not have this problem (nested shell has the keybinds)

bew commented 1 week ago

🤔 Might be related to wezterm starting a LOGIN shell? Edit: it's not that..