~ruther/guix-config

dc23cda78a3c242fe648147999bd4b42cd7ad93e — Rutherther 7 months ago fd960e1
fix: zsh ctrl-arrow
1 files changed, 5 insertions(+), 0 deletions(-)

M home/dotfiles/.zshrc
M home/dotfiles/.zshrc => home/dotfiles/.zshrc +5 -0
@@ 5,10 5,14 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%  %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_
autoload -U compinit && compinit
zstyle ':completion:*' menu select
zmodload zsh/complist

bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word

setopt extendedglob
_comp_options+=(globdots)



@@ 21,5 25,6 @@ unsetopt HIST_IGNORE_ALL_DUPS

setopt HIST_FCNTL_LOCK


source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

Do not follow this link