aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorBlista Kanjo2023-08-03 14:57:03 -0400
committerBlista Kanjo2023-08-03 14:57:03 -0400
commitae6859c9afdb469ed045becfcd711c6b6d776d2d (patch)
tree40f80436f87f8f2083ceb05baac2637b67ea0897 /.config/shell/.zshrc
parentfa05ec3d0f5ffd143dd90215e91efe4e1b462142 (diff)
feat: add `bindkey "^ " forward-word`
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc2
1 files changed, 2 insertions, 0 deletions
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