From 241314db066064eeea948ce3c9a40f90e86c53ee Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 17 Jan 2021 23:25:34 +0100 Subject: . --- shell/zsh/.zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'shell/zsh') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 949f913..01ce4ec 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -14,5 +14,8 @@ PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ ' . /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh . /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down +bindkey '\e[1~' beginning-of-line # Home +bindkey '\e[4~' end-of-line # End +bindkey '\e[3~' delete-char # Delete +bindkey '^[[A' history-substring-search-up # Up +bindkey '^[[B' history-substring-search-down # Down -- cgit v1.2.3-70-g09d2