From 0ec8d24dbf1c50da363707f63193f1a3d5a39b1c Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Fri, 24 Sep 2021 12:14:28 +0200 Subject: [PATCH] [zsh] add bindkey for zoxide and remove tmux-panes --- dot_sheldon/plugins.toml | 3 --- dot_zshrc.tmpl | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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