Add edit-command-line to zsh
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
fa38f26bb1
commit
87503597e9
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@
|
|||
setopt auto_pushd
|
||||
setopt pushd_ignore_dups
|
||||
setopt pushdminus
|
||||
|
||||
autoload -U edit-command-line
|
||||
bindkey '^x^e' edit-command-line
|
||||
bindkey '^xe' edit-command-line
|
||||
zle -N edit-command-line
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue