summaryrefslogtreecommitdiff
path: root/zsh/index.zsh
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 16:51:06 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 16:51:06 +0200
commit1c0e5abefc59752e18f9a0050038531afbc7ef10 (patch)
treeecc65e9fe89272404de4e6b3c5caa9255dcc92f3 /zsh/index.zsh
parent6c4932fcb70fb7647f71d4dffe23cc0a1238f916 (diff)
restore default tmux keybind; remove extra zsh keybinds
Diffstat (limited to 'zsh/index.zsh')
-rw-r--r--zsh/index.zsh2
1 files changed, 0 insertions, 2 deletions
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