diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 3c8c539..aac79c4 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -145,10 +145,10 @@ in bindkey -r "^[" - bindkey ";5C" forward-word - bindkey ";5D" backward-word - bindkey ";5A" history-substring-search-up-prefixed - bindkey ";5B" history-substring-search-down-prefixed + bindkey "^[[1;5C" forward-word + bindkey "^[[1;5D" backward-word + bindkey "^[[1;5A" history-substring-search-up-prefixed + bindkey "^[[1;5B" history-substring-search-down-prefixed zsh-private() { __MATERUS_HM_ZSH_PRIVATE=1 ${lib.getExe config.programs.zsh.package}