feat(zsh): add keybindings for home & end
This commit is contained in:
parent
b785d18522
commit
3c5dfbb063
@ -1,3 +1,5 @@
|
|||||||
autoload -z edit-command-line
|
autoload -z edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
bindkey "^X^E" edit-command-line
|
bindkey "^X^E" edit-command-line
|
||||||
|
bindkey '^[[H' beginning-of-line
|
||||||
|
bindkey '^[[F' end-of-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user