From 1c0e5abefc59752e18f9a0050038531afbc7ef10 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 16 Oct 2025 16:51:06 +0200 Subject: restore default tmux keybind; remove extra zsh keybinds --- zsh/index.zsh | 2 -- 1 file changed, 2 deletions(-) (limited to 'zsh/index.zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index bf47ad4..ff2b387 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -3,7 +3,6 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e -bindkey -r "^F" # End of lines configured by zsh-newuser-install # # The following lines were added by compinstall @@ -14,7 +13,6 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' menu select source ~/.config/zsh/prompt.zsh -source ~/.config/zsh/keybinds.zsh source ~/.config/zsh/utils.zsh source /usr/share/nvm/init-nvm.sh -- cgit v1.3.1