Language Added, VIm: U (#3018) outdatedx

Co-authored-by: // Outdated Designs <OutdatedDesigns@users.noreply.github.com>
This commit is contained in:
Outdated 2022-05-24 19:00:22 +05:30 committed by GitHub
parent 39905f5c31
commit 80d05a186f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 1 deletions

View file

@ -331,7 +331,8 @@
"code_matlab",
"code_sql",
"code_perl",
"code_php"
"code_php",
"code_vim"
]
},
{

View file

@ -186,6 +186,7 @@
,"code_sql"
,"code_perl"
,"code_php"
,"code_vim"
,"hindi"
,"hindi_1k"
,"macedonian"

View file

@ -0,0 +1,49 @@
{
"name": "code_vim",
"leftToRight": true,
"noLazyMode": true,
"words": [
":e",
":w",
":q",
":q!",
":wq",
":wq!",
":x",
":x!",
":sav",
"u",
"k",
"j",
"h",
"l",
"e",
"b",
"0",
"G",
"gg",
"L",
"[[",
"[{",
"y",
"p",
"dd",
"yy",
"y$",
"D",
":e.",
":Sex",
":Sex!",
":browse e",
":ls",
":cd..",
":args",
"gf",
":tabnew",
"gt",
":tabfirst",
":tablast",
":new",
":split"
]
}