Skip to content

terminal manger v0.5

Compare
Choose a tag to compare
@tracyone tracyone released this 15 Jan 00:13
· 260 commits to master since this release

<leader>jf : start fuzzy searcher to open terminal
<leader>jt : open last close(hide actually) terminal
<leader>av: create and open terminal in floating window
<leader>as: create and open terminal in split window
<leader>ns: create and open terminal in a new tab

keymapping in terminal

<c-w>q: hide terminal
<c-w>h: previous terminal
<c-w>l: next terminal
<c-w>w: next terminal
<c-w>p: last terminal
<c-w>n: new terminal
<c-w>r: rename terminal

In terminal you can use e (current tab) or t (in a new tab) command to open file in current vim instance.

Full Changelog: V1.4.0...V1.4.9