old-yadm
earnest ma 2021-07-04 22:25:42 -04:00
parent d2628bc73b
commit d41e65e145
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ zmodload zsh/complist
compinit
_comp_options+=(globdots) # include hidden files
# edit line in editor w/ ctrl-e (from Luke Smith's .zshrc)
# keybindings: force emacs state
bindkey -e
# edit line in editor w/ ctrl-k (from Luke Smith's .zshrc)
autoload edit-command-line; zle -N edit-command-line
bindkey '^k' edit-command-line