zsh: add keybindings - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit fe7e6be892798420fba83bba6cd30a7e4861e591
DIR parent 077770a441f118a7b36e7ac1a721eeed1c934570
HTML Author: drkhsh <me@drkhsh.at>
Date: Tue, 15 Jul 2025 19:13:50 +0200
zsh: add keybindings
Diffstat:
M zsh/.config/zsh/15-keybindings.zsh | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git a/zsh/.config/zsh/15-keybindings.zsh b/zsh/.config/zsh/15-keybindings.zsh
@@ -8,3 +8,7 @@ bindkey "^[[4~" end-of-line
# plan9 like completion
bindkey "^F" complete-word
+
+# shift+left/right
+bindkey "^[[1;2C" forward-word
+bindkey "^[[1;2D" backward-word