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. Oct 26, 2020
  2. Oct 25, 2020
  3. Oct 24, 2020
  4. Oct 23, 2020
  5. Oct 20, 2020
  6. Oct 18, 2020
  7. Oct 12, 2020
  8. Oct 11, 2020
  9. Oct 09, 2020
  10. Oct 07, 2020
  11. Oct 06, 2020
  12. Oct 05, 2020
  13. Oct 03, 2020
    • Junegunn Choi's avatar
      [zsh] Keep current $BUFFER on ALT-C · 9dfca77c
      Junegunn Choi authored
      Ideally, we could only use `print -sr` to update the command history.
      However, the "cd" command by ALT-C is added to the history only after we
      finalize the current command by pressing an additional enter key.
      
      i.e. The cd command from ALT-C is not visible when you hit Up arrow. But
      it appears once you hit enter key.
      
      So when the current buffer is empty, we use `zle accept-line` so that
      the command history is immediately updated.
      
      Close #2200
      Unverified
      9dfca77c
  14. Oct 02, 2020
  15. Sep 29, 2020
  16. Sep 24, 2020
  17. Sep 12, 2020
    • Junegunn Choi's avatar
      [vim] Change the default layout to use popup window · c60ed175
      Junegunn Choi authored
      The new default is
      
        { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } }
      
      The default highlight group for the border of the popup window is
      'Comment', but 'Normal' seems to be a safer choice.
      
      If you prefer the previous default, add this to your Vim configuration file:
      
        let g:fzf_layout = { 'down': '40%' }
      
      (fzf will fall back to this if popup window is not supported)
      Unverified
      c60ed175
  18. Sep 08, 2020
  19. Sep 06, 2020
  20. Sep 02, 2020
Loading