aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/zsh/.zshrc7
1 files changed, 5 insertions, 2 deletions
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