From a4013afe92b74f5fa93a2b0369d9636af2e491a8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 1 Jan 2026 15:40:57 -0800 Subject: Add more zsh keybinds courtesy of dreams of code --- dots/zsh/.config/zsh/setup/keybinds.zsh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dots/zsh') 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 -- cgit v1.2.3-70-g09d2