Skip to content

Commit 0ed2a30

Browse files
FreedomKnightFreedomKnight
authored andcommitted
add alias tabnew and tabc
1 parent 18af18f commit 0ed2a30

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
@@ -219,6 +219,8 @@ cliCmds[":"].commands = {
219219
cliCmds[":"].commands.write = cliCmds[":"].commands.w;
220220
cliCmds[":"].commands.tabn = cliCmds[":"].commands.tabNext;
221221
cliCmds[":"].commands.tabp = cliCmds[":"].commands.tabPrevious;
222+
cliCmds[":"].commands.tabnew = cliCmds[":"].commands.e;
223+
cliCmds[":"].commands.tabc = cliCmds[":"].commands.tabclose;
222224

223225
cliCmds[":"].commands.set = {
224226
vimOpts: [

0 commit comments

Comments
 (0)