From f0ae63d1b62571343cb7cd6867176e02a5f587a9 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 1 Apr 2024 21:10:56 +0200 Subject: [PATCH] home-profile: change zsh keybind --- configurations/profile/home/shell/zsh.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}