Re: See the contents of an included file

2021-05-12 Thread Tim Chase
On 2021-05-12 10:51, Stan Brown wrote:
> I have this mapping in my _vimrc, as suggested by the help:
> :map gf :sp
> Then when I type gf Vim splits the window, opens the file in the new
> window, and jumps to it. (The cursor can be anywhere on the file
> name; see ":h gf" for more.)

In case you don't already know it, this sounds like the behavior that

  ctrl+w f

gives you, so you can keep "gf" around to open the file under the
cursor in the *same* window and use ^Wf to open the file under the
cursor in a *new* window :-)

(that said, I think the OP was asking for a visual inclusion of the
other file which is a lot more challenging to do. I'm of this
open-in-a-new-window school, too)

-tim

:help CTRL-W_f




-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20210512152845.75928648%40bigbox.attlocal.net.


Re: See the contents of an included file

2021-05-12 Thread Stan Brown


On 2021-05-12 10:03, russurquhart1 via vim_use wrote:
> To save time and keep consistency, I've been
> using include files for boilerplate text. It is usually of a form:
> 
> #include doc/site/pages/include/sample.tmpl
> 
> Just having that line in another file, I was wondering if there was a
> way I could expand the contents, temporarily, so I could read the text
> in the current flow while still keeping it in its include location? Kind
> of like folding/unfolding.

I have this mapping in my _vimrc, as suggested by the help:
:map gf :sp
Then when I type gf Vim splits the window, opens the file in the new
window, and jumps to it. (The cursor can be anywhere on the file name;
see ":h gf" for more.)

You can close the file and window with :q in the usual way.

-- 
Stan Brown
Tehachapi, CA, USA
https://BrownMath.com
https://OakRoadSystems.com

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/48eaf28e-2f3f-1441-7565-6a2b896a0b14%40fastmail.fm.


See the contents of an included file

2021-05-12 Thread russurquhart1 via vim_use
Hi,
I'm a tech writer and I use Vim for all my writing. Currently we are authoring 
in Markdown. To save time and keep consistency, I've been using include files 
for boilerplate text. It is usually of a form:
#include doc/site/pages/include/sample.tmpl
Just having that line in another file, I was wondering if there was a way I 
could expand the contents, temporarily, so I could read the text in the current 
flow while still keeping it in its include location? Kind of like 
folding/unfolding.
Any help is appreciated!
Thanks,
Russ

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/2134195416.281210.1620839005520%40mail.yahoo.com.