Giter Club home page Giter Club logo

Comments (5)

jingzi28 avatar jingzi28 commented on June 5, 2024 1

I have the same problem, after reading some guidance, it seems the there are too much data and got overflow, what I did is simply closed all the open tabs, and reopen a zsh terminal, that problem is gone.

from fzf-tab.

Aloxaf avatar Aloxaf commented on June 5, 2024

I can't reproduce this. Can you provide your zshrc?

Does vim -t have the same problem?

from fzf-tab.

MenkeTechnologies avatar MenkeTechnologies commented on June 5, 2024

good to know its on my end. vim -t is the sane. my zshrc is a little crazy. i have a framework called zpwr and incorporated fzf-tab as a plugin.

https://raw.githubusercontent.com/MenkeTechnologies/zpwr/master/install/.zshrc

from fzf-tab.

Aloxaf avatar Aloxaf commented on June 5, 2024

That's really crazy and hard to debug.

Can you run the code below and then try to reproduce the bug and then provide the output of /tmp/fzf-tab-debug.txt?

select-first() {
  read input
  echo $input
}

zstyle ':fzf-tab:*' command select-first

fzf-tab-debug() {
  local -i debug_fd=1
  exec {debug_fd}>&2 2>|/tmp/fzf-tab-debug.txt
  setopt xtrace
  local -i _fzf_tab_continue=1
  while (( _fzf_tab_continue )); do
    _fzf_tab_continue=0
    IN_FZF_TAB=1
    {
      zle .fzf-tab-orig-$_fzf_tab_orig_widget
    } always {
      IN_FZF_TAB=0
    }
    zle redisplay
  done
  unsetopt xtrace
}
zle -N fzf-tab-debug
bindkey "^I" fzf-tab-debug

from fzf-tab.

NightMachinery avatar NightMachinery commented on June 5, 2024

I can't reproduce this with nvim -t either.

from fzf-tab.

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.