bling / dotvim

lean & mean vim distribution
428 stars 82 forks source link

Can't do reverse search in vim-sneak #18

Closed bebound closed 8 years ago

bebound commented 10 years ago

The default SneakPrevious key is , and \ Currently, , not work, \ is remaped by CtrlP . I add nmap , <Plug>SneakPrevious seems work, but I don't know if this will make any bad influence, and what's the more elegant way to tackle it?

bling commented 10 years ago

wouldn't that take over the <leader> key for everything else?

bebound commented 10 years ago

I'm not sure, at least ,w works...

And In windows,create a one line txt without line-break, then edit it in vim, add some lines, save it. Notepad.exe can't recognize the line-break.