Revert change to tab opening method (#766)
Previously the "t" and "T" mappings were altered to open new tabs at the end of the tab line. This commit reverts that change.
This commit is contained in:
parent
93356cd92b
commit
70c8cb9bfa
@ -75,7 +75,7 @@ function! s:Opener._gotoTargetWin()
|
|||||||
elseif self._where == 'h'
|
elseif self._where == 'h'
|
||||||
split
|
split
|
||||||
elseif self._where == 't'
|
elseif self._where == 't'
|
||||||
$tabnew
|
tabnew
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
call self._checkToCloseTree(1)
|
call self._checkToCloseTree(1)
|
||||||
@ -85,7 +85,7 @@ function! s:Opener._gotoTargetWin()
|
|||||||
elseif self._where == 'h'
|
elseif self._where == 'h'
|
||||||
call self._newSplit()
|
call self._newSplit()
|
||||||
elseif self._where == 't'
|
elseif self._where == 't'
|
||||||
$tabnew
|
tabnew
|
||||||
elseif self._where == 'p'
|
elseif self._where == 'p'
|
||||||
call self._previousWindow()
|
call self._previousWindow()
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user