Coder Social home page Coder Social logo

Comments (8)

rhysd avatar rhysd commented on September 28, 2024 1

Thanks for the comment. I'm reopening this and will look into it.

from clever-f.vim.

hoschi avatar hoschi commented on September 28, 2024 1

That actually works! I guess I need then to find the problem in my (not so small) config 🙃.

from clever-f.vim.

rhysd avatar rhysd commented on September 28, 2024 1

That actually works! I guess I need then to find the problem in my (not so small) config 🙃.

If you find this issue is a problem of this plugin, please let me know by leaving a comment. Closing this issue meanwhile.

from clever-f.vim.

rhysd avatar rhysd commented on September 28, 2024

I tried the mapping and it worked as expected in my side. I guess this issue was fixed at some point or due to some confusion. I'll close this. If you still see this, please let me know by leaving comment here.

from clever-f.vim.

hoschi avatar hoschi commented on September 28, 2024

Hm. f works now, with the mapping installed.

However, ,f doesn't seem to reset "clever f". When I start searching by fn for char "n" I see highlights for every "n". My use case is that I want to search for another character, but pressing ,f still searches for "n".

from clever-f.vim.

rhysd avatar rhysd commented on September 28, 2024

I tried the following steps but it did not reproduce this issue. Could you try the same?

  1. Save the following vimrc file in current directory
  2. Make file with echo 'abcabcabcabcabcabcabcabc' > foo.txt
  3. Open Vim with vim -N -u ./vimrc foo.txt
  4. Type faff. Now cursor is on 'a' character
  5. Type ,f
  6. Type fb and check if 'b' is searched with this plugin
set nocompatible

set rtp+=~/.vim/bundle/clever-f.vim

let mapleader = ','

nmap <Leader>f <Plug>(clever-f-reset)

from clever-f.vim.

rhysd avatar rhysd commented on September 28, 2024

I recommend to check :nmap <Leader>f in your Vim.

from clever-f.vim.

hoschi avatar hoschi commented on September 28, 2024

I checked that first, it shows only the binding to clever-f

from clever-f.vim.

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.