in reply to Horizontal Split

That is the job of an editor.

Use either Vim, or, to ensure this isn't an editor war, Emacs.

Replies are listed 'Best First'.
Re^2: Horizontal Split
by Anonymous Monk on Sep 19, 2012 at 00:39 UTC

    How exactly would that work. Sorry I am new to this.

      How exactly would that work. Sorry I am new to this.

      In vim (vi improved) command mode, type

      :split
      Change the active section with <Ctrl>w<Ctrl><w> in command mode.

      How exactly would that work

      i.e. If you're using emacs pulse both the keys control+X, release, and then pulse "2"