diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-01 15:40:57 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-01 15:40:57 -0800 |
| commit | a4013afe92b74f5fa93a2b0369d9636af2e491a8 (patch) | |
| tree | dfc8630c3294972546fb429e319fcf2715d34043 /dots/zsh/.config | |
| parent | ae3da4b84e83c12f6d72e6e6c442efb32bcfda65 (diff) | |
| download | dots-a4013afe92b74f5fa93a2b0369d9636af2e491a8.tar.gz dots-a4013afe92b74f5fa93a2b0369d9636af2e491a8.zip | |
Add more zsh keybinds courtesy of dreams of code
Diffstat (limited to 'dots/zsh/.config')
| -rwxr-xr-x | dots/zsh/.config/zsh/setup/keybinds.zsh | 6 |
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 |
