summaryrefslogtreecommitdiff
path: root/zsh/index.zsh
diff options
context:
space:
mode:
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