vim8: ctrl-F goes into a search dialog instead of scrolling

62 views
Skip to first unread message

Kevin Cole

unread,
Aug 28, 2017, 11:30:21 PM8/28/17
to vim...@vim.org
Hello all.

Attached is the bugreport.txt created by bugreport.vim

Not sure if this is a bug or just something stupid I've done.  I installed vim 8 over my existing vim7.4 installation and suddenly Ctrl-F wasn't scrolling forward anymore, it was searching, as though it were a windoze notepad session or something.  I'm not able to find the way to change this behaviour back again.  Can someone point me in the right direction?  I'd really appreciate it.  

Thanks very much.

--KC


--
--------------------------------------------------------------------------------------------------------------
Kevin Cole
GMail
Cincinnati, Ohio USA
Noli Timere
--------------------------------------------------------------------------------------------------------------
bugreport.txt

Ken Takata

unread,
Aug 28, 2017, 11:52:31 PM8/28/17
to vim_dev, vim...@vim.org
Hi KC,

2017/8/29 Tue 12:30:21 UTC+9 Casey (kc) wrote:
> Hello all.
>
> Attached is the bugreport.txt created by bugreport.vim
>
>
> Not sure if this is a bug or just something stupid I've done. I installed vim 8 over my existing vim7.4 installation and suddenly Ctrl-F wasn't scrolling forward anymore, it was searching, as though it were a windoze notepad session or something. I'm not able to find the way to change this behaviour back again. Can someone point me in the right direction? I'd really appreciate it.

This is the intended behavior when you use the default setting with the
official installer for Windows.
If you don't have your own .vimrc, "C:\Program Files (x86)\Vim\_vimrc" is
used as the default setting, and it sources mswin.vim which defines some
mappings so that Vim behaves like Windows. The mapping for Ctrl-F is added
recently to behave more like Windows.
If you don't like it, you should create your own .vimrc (or _vimrc) in
your home directory (normally C:\Users\<username>\).

Regards,
Ken Takata

Ben Fritz

unread,
Aug 29, 2017, 12:03:25 PM8/29/17
to vim_dev, vim...@vim.org
On Monday, August 28, 2017 at 10:52:31 PM UTC-5, Ken Takata wrote:
> If you don't like it, you should create your own .vimrc (or _vimrc) in
> your home directory (normally C:\Users\<username>\).
>

Even better (if you use plugins and the like) is to create "C:\Users\<username>\vimfiles\vimrc" so that everything is in one self-contained directory.

Reply all
Reply to author
Forward
0 new messages