add keybindings
This commit is contained in:
parent
c7e38883dc
commit
c5e33a5d9f
@ -15,7 +15,12 @@ compinit
|
|||||||
|
|
||||||
autoload -U colors
|
autoload -U colors
|
||||||
colors
|
colors
|
||||||
PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
|
#PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
|
||||||
%{$fg_bold[yellow]%}%% %{$reset_color%}"
|
#%{$fg_bold[yellow]%}%% %{$reset_color%}"
|
||||||
|
|
||||||
source $HOME/.config/zsh/key-bindings.zsh
|
source $HOME/.config/zsh/key-bindings.zsh
|
||||||
|
|
||||||
|
bindkey "^[[H" beginning-of-line
|
||||||
|
bindkey "^[[4~" end-of-line
|
||||||
|
bindkey "^[[4h" overwrite-mode
|
||||||
|
bindkey "^[[P" delete-char
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user