===============================================================================
# d888888P dP d888888P dP dP #
# 88 88 88 Y8. .8P #
# 88 .d8888b. .d8888b. .d8888b. 88 .d8888b. 88 Y8aa8P #
# 88 88' 88 88' 88 88' 88 88 88ooood8 88 88 #
# 88 88. .88 88. .88 88. .88 88 88. ... 88 88 #
# dP 88888P' 8888P88 8888P88 dP 88888P' dP dP #
# .88 .88 #
# d8888P d8888P #
===============================================================================
A vim plugin I wrote to toggle a terminal window for the user's convenience.
This has been tested on Neovim and is currently in beta. I'm thinking that the terminal mapping will be an issue for regular vim users. I plan to fix this in the release version.
cd ~/.vim/bundle && git clone https://github.com/HousedHorse/ToggleTY
Remember to generate helptags for the plugin. In Pathogen you can do so
by running :Helptags after installing.
By default, press <C-B> to toggle the terminal window on and off. It's that simple.
All key-bindings and settings are customizable. See documentation in the help menu for more info
(remember to run Helptags first!).
When the plugin is installed, type :h ToggleTY for all necessary info. Remember to generate your helptags first.

