Is there a way to take an existing window (split) and put it into a new tab?
Just curious why you included the <CR> with that.
Swiss
2009-11-18 19:25:36
For the same reason I did include ":". This is the complete vim keys combination in normal mode and you can use this in 'nnoremap' and in 'nmap'
Mykola Golubyev
2009-11-18 19:49:36
+5
A:
As well as the previously suggested :tabedit
approach, a quicker way of doing it is (in normal mode) to hit Ctrl-W Shift-T. Ctrl-W is the general prefix for a wide variety of window manipulation commands.
See:
:help Ctrl-W_T
:help Ctrl-W
Al
2009-11-19 08:25:59