mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
The accept-line-and-enable-warning function breaks continuation lines.
This commit is contained in:
parent
2ceae438fe
commit
b52a7b74a1
1 changed files with 3 additions and 1 deletions
|
|
@ -55,4 +55,6 @@ function accept-line-and-enable-warning {
|
|||
}
|
||||
|
||||
zle -N accept-line-and-enable-warning
|
||||
bindkey '^M' accept-line-and-enable-warning
|
||||
# The accept-line-and-enable-warning feature breaks
|
||||
# when defining functions on the command line.
|
||||
# bindkey '^M' accept-line-and-enable-warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue