diff --git a/zshrc b/zshrc index 61b01de..c1ee73d 100644 --- a/zshrc +++ b/zshrc @@ -217,13 +217,16 @@ zinit light-mode wait lucid \ for @zdharma-continuum/fast-syntax-highlighting # ============================================================================== -# Edit command line +# Command line keybindings # ============================================================================== autoload -z edit-command-line zle -N edit-command-line bindkey "^X^E" edit-command-line +# Support for alt+ in some terminals. +bindkey "\e[3;3~" kill-word + # ============================================================================== # Environment and Tool Managers # ==============================================================================