From 06fdcbfee7416dc319635bc8ed1e5b3e1f51d6df Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 11 Jul 2021 16:38:19 +0300 Subject: [PATCH] Fix a conflict in keybindings --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 11875c3..819fd7e 100644 --- a/.zshrc +++ b/.zshrc @@ -97,7 +97,7 @@ export PYENV_VIRTUALENV_DISABLE_PROMPT=1 # https://github.com/jeffreytse/zsh-vi-mode#execute-extra-commands function my_bindings() { # easy bindings instead of ctrl + arrow keys - bindkey '^j' backward-word + bindkey '^b' backward-word bindkey '^f' forward-word bindkey '^g' autosuggest-accept bindkey "\e\e" fuck-command-line