From ae6859c9afdb469ed045becfcd711c6b6d776d2d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 3 Aug 2023 14:57:03 -0400 Subject: feat: add `bindkey "^ " forward-word` --- .config/shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 5e08a64..2ee6b6c 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -122,3 +122,5 @@ export LESS_TERMCAP_se=$'\e[0m' export LESS_TERMCAP_so=$'\e[01;31m' export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_us=$'\e[1;4;33m' + +bindkey "^ " forward-word -- cgit v1.2.3