Thursday, September 20, 2012

Re: Yellow box at the end of each line

On 20/09/12 10:04, rudra wrote:
> Two question:
> 1) I am completely on linux, and have no connection with MS-dos or any other OS. So I dont know how that appeared.
> 2) The yellow boxes only comes when I press <F7> tab, as a map for code complete.
> If I do a :%s/^M//g, those yellow box goes away, but if I hit <F7> again, it appears. Which, probably suggests that F7 has a extra map for searching pattern.
> Is there any way to check all the maps I have with F7?
>

:verbose map <F7>
:verbose map! <F7>

Without the exclamation mark you'll get the maps for Normal, Visual and
Operator-Pending modes; with it, for Insert and Command-line modes; and
the :verbose prefix tells you where they were defined.

See
:help :verbose
:help verbose-cmd
:help :map-verbose
:help map-listing
:help :map_l
:help mapmode-nvo
:help mapmode-ic


Best regards,
Tony.
--
The District of Columbia has a law forbidding you to exert pressure on
a balloon and thereby cause a whistling sound on the streets.

--
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

No comments: