Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active November 19, 2023 17:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/f2a981c08308628197e1d32ce52e5dd5 to your computer and use it in GitHub Desktop.
Save YumaInaura/f2a981c08308628197e1d32ce52e5dd5 to your computer and use it in GitHub Desktop.
Zsh / Zle — Bind Enter key by using "accept-line" zle widget

Zsh / Zle — Bind Enter key by using "accept-line" zle widget

I've thought it is maybe impossible ... but found!

Example

bindkey a accept-line

Hit key "a" and you will see Entered and next line.

Versions

  • zsh 5.5.1 (x86_64-apple-darwin17.5.0)

Ref

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment