aboutsummaryrefslogtreecommitdiff
path: root/dots/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dots/zsh')
-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