Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 18, 2016
  2. Aug 17, 2016
  3. Aug 16, 2016
  4. Aug 14, 2016
  5. Aug 13, 2016
  6. Aug 12, 2016
  7. Aug 02, 2016
  8. Jul 30, 2016
  9. Jul 29, 2016
  10. Jul 28, 2016
  11. Jul 26, 2016
  12. Jul 21, 2016
  13. Jul 16, 2016
  14. Jul 15, 2016
  15. Jul 14, 2016
  16. Jul 13, 2016
  17. Jul 11, 2016
  18. Jul 10, 2016
  19. Jul 09, 2016
  20. Jul 07, 2016
  21. Jul 06, 2016
  22. Jul 05, 2016
    • Junegunn Choi's avatar
      Merge pull request #610 from eigengrau/master · f9410126
      Junegunn Choi authored
      [zsh] Re-initialize zle when widgets finish
      f9410126
    • Sebastian Reuße's avatar
      [zsh] Re-initialize zle when widgets finish · fed5e5d5
      Sebastian Reuße authored
      zle automatically calls zle-line-init when it starts to read a new line. Many
      Zsh setups use this hook to set the terminal into application mode, since this
      will then allow defining keybinds based on the $terminfo variable (the escape
      codes in said variable are only valid in application mode).
      
      However, fzf resets the terminal into raw mode, rendering $terminfo values
      invalid once the widget has finished. Accordingly, keyboard bindings defined
      via $terminfo won’t work anymore.
      
      This fixes the issue by calling zle-line-init when widgets finish. Care is taken
      to not call this widget when it is undefined.
      
      Fixes #279
      fed5e5d5
Loading