From 8e524ae50aa64d2a173997dbc99e4bf7c94d1f3a Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 4 Sep 2024 06:22:19 +0200 Subject: [PATCH] Minor tweaks --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index e662f8d..976458c 100644 --- a/.zshrc +++ b/.zshrc @@ -28,8 +28,8 @@ SAVEHIST=1000 unsetopt beep # Keybinding -bindkey '\e[1;5C]' forward-word -bindkey '\e[1;5D]' backward-word +bindkey '\e[1;5C' forward-word +bindkey '\e[1;5D' backward-word # Git #########################################################