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 1702bb2 commit 18af18fCopy full SHA for 18af18f
plugins-client/ext.vim/cli.js
@@ -201,9 +201,7 @@ cliCmds[":"].commands = {
201
cliCmds.q(null, {force: true});
202
},
203
tabNext: "gototabright",
204
- tabn: "gototabright",
205
tabPrevious: "gototableft",
206
- tabp: "gototableft",
207
tabfirst: function() {
208
tabbehaviors.cycleTab("first");
209
@@ -219,6 +217,8 @@ cliCmds[":"].commands = {
219
217
220
218
// aliases
221
cliCmds[":"].commands.write = cliCmds[":"].commands.w;
+cliCmds[":"].commands.tabn = cliCmds[":"].commands.tabNext;
+cliCmds[":"].commands.tabp = cliCmds[":"].commands.tabPrevious;
222
223
cliCmds[":"].commands.set = {
224
vimOpts: [
0 commit comments