Git Product home page Git Product logo

Comments (11)

junegunn avatar junegunn commented on May 14, 2024

This is really cool thanks! Works like a charm.
Could you create a new wiki page for this? I'd love to add it to the README.

from fzf.

gleachkr avatar gleachkr commented on May 14, 2024

Sure, I'd be happy to.

from fzf.

junegunn avatar junegunn commented on May 14, 2024

Thank you! I'll update the README page.

from fzf.

junegunn avatar junegunn commented on May 14, 2024

Hey, I've added the link to the wiki page. Thanks a lot!
Would it be possible to customize the size of the iTerm2 window?
(I really don't know applescript)

from fzf.

gleachkr avatar gleachkr commented on May 14, 2024

Yep, to control the size you just need to insert the lines

      set number of columns of myterm to C
      set number of rows of myterm to R

for some numbers C,R after set myterm to (make new terminal). You can also control the position of the window by setting its bounds, but this creates some flicker---the window pops into existence in one place and is abruptly repositioned.

from fzf.

junegunn avatar junegunn commented on May 14, 2024

Thanks, it works flawlessly! And thanks for updating the wiki page 😃

from fzf.

cabhishek avatar cabhishek commented on May 14, 2024

@junegunn I have the (apple) script named fzf_launch on Vim's PATH and I can see it by typing :set runtimepath?. Apple script works fine when I invoke it manually but I'm unable to make it work with let g:fzf_launcher
Getting Error running fzf_launch '/Users/cabhishek/.fzf/bin/fzf --expect ctrl-v,ctrl-x,ctrl-m,ctrl-t' when I type :FZF in Vim. I'm missing something ?

from fzf.

junegunn avatar junegunn commented on May 14, 2024

@cabhishek The script should be in your shell's $PATH, not Vim's runtimepath. Or you can just specify the full path to the script in launcher option.

from fzf.

cabhishek avatar cabhishek commented on May 14, 2024

@junegunn Thanks worked.

from fzf.

krasnovpro avatar krasnovpro commented on May 14, 2024

Error detected while processing function 122_cmd[10]..fzf#run[63]..122_execute:
line 12:
E767: Too many arguments to printf()

from fzf.

rewop avatar rewop commented on May 14, 2024

I have a similar error as @krasnovpro :

Error detected while processing function <SNR>70_cmd[14]..fzf#run[79]..<SNR>70_execute:
line   12:
E767: Too many arguments to printf()  

from fzf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.