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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
