diff --git a/dot_sheldon/plugins.toml b/dot_sheldon/plugins.toml index 1b73c61..6ea1d8a 100644 --- a/dot_sheldon/plugins.toml +++ b/dot_sheldon/plugins.toml @@ -36,9 +36,6 @@ github = 'reegnz/jq-zsh-plugin' [plugins.zsh-aliases-exa] github = 'DarrinTisdale/zsh-aliases-exa' -[plugins.tmux-xpanes] -github = 'greymd/tmux-xpanes' - [plugins.zsh-autopair] github = 'hlissner/zsh-autopair' diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 7c672e5..4735a0e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -10,6 +10,7 @@ #setopt XTRACE bindkey -e +bindkey -s "^Z" '^Uzi^M' export HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000