unify lf keybind
This commit is contained in:
parent
0c1670068c
commit
6877a65f8d
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue