From e0ef9b14ba2fbefe3f167cf5eea799e7a3185bb6 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sun, 1 Dec 2024 21:51:35 -0600 Subject: [PATCH] update zshrc --- home/modules/zsh/zshrc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/zsh/zshrc.nix b/home/modules/zsh/zshrc.nix index f210031..97700ba 100644 --- a/home/modules/zsh/zshrc.nix +++ b/home/modules/zsh/zshrc.nix @@ -87,8 +87,8 @@ alias nixoide="nix repl ''" alias vps="ssh -A vps" bindkey -e - bindkey ";5D" backward-word - bindkey ";5C" forward-word + bindkey "^[[1;5D" backward-word + bindkey "^[[1;5C" forward-word bindkey "\e[3~" delete-char function use() {