We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18af18f commit 0ed2a30Copy full SHA for 0ed2a30
plugins-client/ext.vim/cli.js
@@ -219,6 +219,8 @@ cliCmds[":"].commands = {
219
cliCmds[":"].commands.write = cliCmds[":"].commands.w;
220
cliCmds[":"].commands.tabn = cliCmds[":"].commands.tabNext;
221
cliCmds[":"].commands.tabp = cliCmds[":"].commands.tabPrevious;
222
+cliCmds[":"].commands.tabnew = cliCmds[":"].commands.e;
223
+cliCmds[":"].commands.tabc = cliCmds[":"].commands.tabclose;
224
225
cliCmds[":"].commands.set = {
226
vimOpts: [
0 commit comments