From f4b1af3b990e9d724f49ecc4f735e48c6884b6e4 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sat, 23 Oct 2021 21:15:03 +0200 Subject: . --- shell/zsh/.zshrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 1d7d2b4..0b133b8 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -16,8 +16,11 @@ 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 '\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 +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 + +bindkey '^[[1;5D' backward-word # Ctrl+Left +bindkey '^[[1;5C' forward-word # Ctrl+Right -- cgit v1.2.3-70-g09d2