mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-15 15:29:41 +03:00
Fix a conflict in keybindings
This commit is contained in:
2
.zshrc
2
.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
|
||||
|
Reference in New Issue
Block a user