Skip to content

Commit

Permalink
revert to vertical split defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Hellabyte committed Jan 20, 2015
1 parent 367dd52 commit 8f673a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,18 @@ Such an environment can be downloaded at : http://strawberryperl.com/
Make sure `filetype plugin on` is set in host `.vimrc`, else LaTeX-Box
will not load.

Note that there are configurable global variables that can be put in the
`.vimrc`. These are documented, but as an example, one can have the
table of contents open as a horizontal split by utilizing this:

~/.vimrc
...
if s:extfname ==? "tex"
...
let g:LatexBox_split_type="new"
...
endif

## Mirror information

This is mirrored on
Expand Down

0 comments on commit 8f673a2

Please sign in to comment.