-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to have vertical terminals (#21)
* Added ability to have vertical terminals * Corrected comment lines * Updated changelog
- Loading branch information
1 parent
3c1def1
commit 306c74e
Showing
4 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,6 +132,15 @@ create one for you using |:Iterm|. | |
connect any number of buffers to one REPL. {buffer} | ||
can be omitted if there is only one terminal. | ||
|
||
============================================================================== | ||
3. Vimteractive options *vimteractive-options* | ||
|
||
These options can be put in your |.vimrc|, or run manually as desired: | ||
|
||
let g:vimteractive_vertical = 1 " Vertically split terminals | ||
let g:vimteractive_autostart = 0 " Don't start terminals by default | ||
|
||
|
||
============================================================================== | ||
4. Extending functionality *vimteractive-extending* | ||
|
||
|
@@ -159,7 +168,7 @@ milliseconds like this: | |
This project is very much in an alpha phase, so if you have any issues that | ||
arise on your system, feel free to contact me: | ||
|
||
[email protected]. | ||
[email protected] | ||
|
||
============================================================================== | ||
5. About *vimteractive-functionality* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters