aboutsummaryrefslogtreecommitdiff
path: root/dots/zsh/.config
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2026-01-01 15:40:57 -0800
committerElizabeth Hunt <me@liz.coffee>2026-01-01 15:40:57 -0800
commita4013afe92b74f5fa93a2b0369d9636af2e491a8 (patch)
treedfc8630c3294972546fb429e319fcf2715d34043 /dots/zsh/.config
parentae3da4b84e83c12f6d72e6e6c442efb32bcfda65 (diff)
downloaddots-a4013afe92b74f5fa93a2b0369d9636af2e491a8.tar.gz
dots-a4013afe92b74f5fa93a2b0369d9636af2e491a8.zip
Add more zsh keybinds courtesy of dreams of code
Diffstat (limited to 'dots/zsh/.config')
-rwxr-xr-xdots/zsh/.config/zsh/setup/keybinds.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dots/zsh/.config/zsh/setup/keybinds.zsh b/dots/zsh/.config/zsh/setup/keybinds.zsh
index f301dcc..d17f6b1 100755
--- a/dots/zsh/.config/zsh/setup/keybinds.zsh
+++ b/dots/zsh/.config/zsh/setup/keybinds.zsh
@@ -9,3 +9,9 @@ zle -N backward-kill-dir
bindkey '^[^?' backward-kill-dir
bindkey \^K kill-line
+
+autoload -Uz edit-command-line
+zle -N edit-command-line
+bindkey '^x^e' edit-command-line
+
+bindkey ' ' magic-space