mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-24 23:28:57 +00:00
add browser warning
This commit is contained in:
49
static/languages/code_vim.json
Normal file
49
static/languages/code_vim.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user