add keybindings

This commit is contained in:
Václav Uruba 2020-11-18 21:33:58 +01:00
parent c7e38883dc
commit c5e33a5d9f
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -15,7 +15,12 @@ compinit
autoload -U colors
colors
PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
%{$fg_bold[yellow]%}%% %{$reset_color%}"
#PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
#%{$fg_bold[yellow]%}%% %{$reset_color%}"
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