mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2026-01-02 17:56:55 +00:00
Add edit-command-line zsh keybinding
This commit is contained in:
parent
873d78021e
commit
12ac14ccba
1 changed files with 4 additions and 0 deletions
|
|
@ -63,3 +63,7 @@ bindkey ' ' magic-space
|
||||||
# [ctrl+space] Accept suggestion from zsh-autosuggestions plugin
|
# [ctrl+space] Accept suggestion from zsh-autosuggestions plugin
|
||||||
bindkey '^ ' autosuggest-accept
|
bindkey '^ ' autosuggest-accept
|
||||||
|
|
||||||
|
# [Ctrl-xe] - open buffer line in editor
|
||||||
|
autoload -Uz edit-command-line
|
||||||
|
zle -N edit-command-line
|
||||||
|
bindkey '^X^e' edit-command-line
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue