1
0
Fork 0

unify lf keybind

This commit is contained in:
Luca Bilke 2023-02-21 17:50:10 +01:00
parent 0c1670068c
commit 6877a65f8d

View file

@ -84,7 +84,7 @@ _lfcd () {
zle accept-line
}
zle -N _lfcd
bindkey '^o' _lfcd
bindkey '^e' _lfcd
# bind lazygit to ctrl-g
lg () {
@ -101,9 +101,6 @@ function write_venv(){
}
add-zsh-hook precmd write_venv
# Edit line in vim with ctrl-e:
bindkey '^e' edit-command-line
# other keybinds
bindkey -v '^?' backward-delete-char
bindkey '^[[P' delete-char