old-yadm
parent
d2628bc73b
commit
d41e65e145
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue