dotfiles
dotfiles copied to clipboard
`^X`-based keybinds are not available in first zsh instance
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)
🤔 Might be related to wezterm starting a LOGIN shell? Edit: it's not that..