mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Add command line editing
This commit is contained in:
@ -4,6 +4,11 @@
|
|||||||
autoload -U select-word-style
|
autoload -U select-word-style
|
||||||
select-word-style bash
|
select-word-style bash
|
||||||
|
|
||||||
|
# Command line editing in $EDITOR
|
||||||
|
autoload -z edit-command-line
|
||||||
|
zle -N edit-command-line
|
||||||
|
bindkey "^X^E" edit-command-line
|
||||||
|
|
||||||
# Standard Linux
|
# Standard Linux
|
||||||
bindkey "^[[1;5C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
|
Reference in New Issue
Block a user