mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
Fix a conflict in keybindings
This commit is contained in:
parent
ffc8ef49e1
commit
06fdcbfee7
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
|
||||
|
Loading…
Reference in New Issue
Block a user