bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

Removed buggy line-break behavior on emacs over terminal #27

Closed fernando-jascovich closed 6 years ago

fernando-jascovich commented 7 years ago

(set-window-margins nil 1) Was causing unexpected and buggy parsing of line breaks over the output of fzf: https://i.imgur.com/UC0EUKq.png

fernando-jascovich commented 7 years ago

I have added another change to my master branch. It was simply add the ido directory search at fzf-directory

fernando-jascovich commented 7 years ago

Another update, i have changed the type of the var fzf/args. The main reason was that I want to set this argument --query=\!build (with the empty space at the end of the string).