Monday, June 5, 2017

Re: CTRL-F Setting

On 2017-06-05, Sam wrote:
> Hello
>
> I just installed the latest release and when I tried to scroll
> forward with CTRL-F in gVim, not gVim Easy, a promptfind dialog
> box poped up. How do I change its behavior back to scroll
> forward?

Some startup script is sourcing $VIMRUNTIME/mswin.vim. You can
either search those scripts, such as ~/_vimrc, for "mswin.vim", or
you can execute ":scriptnames", search that list visually for
"mswin.vim", then look upward a line or two for the name of the
script that sourced mswin.vim.

You can then either delete the line that sources mswin.vim to get
rid of all of its settings, or if you just want to get rid of the
CTRL-F mapping, you can add this line,

unmap <C-F>

somewhere in your ~/_vimrc _after_ the line that sources mswin.vim.

Regards,
Gary

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: