rhysd / clever-f.vim

Extended f, F, t and T key mappings for Vim.
https://rhysd.github.io/clever-f.vim
1.01k stars 44 forks source link

Dont work when I try to find less-than sign (<) #30

Closed srghma closed 7 years ago

srghma commented 7 years ago

When I press f< or F< etc - less-than sign nor highlighted nor searched, am I one who has such experience?

Neovim, archlinux

rhysd commented 7 years ago

At least in my environment, it works well with neovim. Could you let me know your environment? (neovim version).

And please ensure that clever-f.vim was correctly loaded. For example, :nmap f must show the mapping is mapped to <Plug>(clever-f-...). If not, your plugin manager setup maybe failed.

rhysd commented 7 years ago

Note: my environment is

NVIM v0.2.0-280-ge21aef1
Build type: RelWithDebInfo

on macOS 10.11

srghma commented 7 years ago

f is mapped correctly, also I have found that f< don't work only in neovim-qt, from terminal it works fine vnoremap < <gv also don't work I'll close issue, but thanks anyway, :smile:

rhysd commented 7 years ago

Thank you for clarifying it.