Skip to content

Commit 1702bb2

Browse files
FreedomKnightFreedomKnight
authored andcommitted
add tabn and tabp
1 parent 325f42d commit 1702bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins-client/ext.vim/cli.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ cliCmds[":"].commands = {
201201
cliCmds.q(null, {force: true});
202202
},
203203
tabNext: "gototabright",
204+
tabn: "gototabright",
204205
tabPrevious: "gototableft",
206+
tabp: "gototableft",
205207
tabfirst: function() {
206208
tabbehaviors.cycleTab("first");
207209
},

0 commit comments

Comments
 (0)