Fixed HOME/END keys in terminals
This commit is contained in:
parent
8b8cf96129
commit
372eced086
|
@ -33,3 +33,7 @@ unsetopt share_history
|
|||
|
||||
#Add OC support
|
||||
source <(oc completion zsh)
|
||||
|
||||
#HOME/END Support
|
||||
bindkey "\e[7~" beginning-of-line
|
||||
bindkey "\e[8~" end-of-line
|
Loading…
Reference in New Issue