mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix indent in vim mode
This commit is contained in:
parent
b9c49ca260
commit
e11053e6a1
2
plugins/node_modules/ace/lib/ace/keyboard/vim.js
generated
vendored
2
plugins/node_modules/ace/lib/ace/keyboard/vim.js
generated
vendored
@ -6037,7 +6037,7 @@ dom.importCssString(".normal-mode .ace_cursor{\
|
||||
var name = '';
|
||||
if (e.ctrlKey) { name += 'C-'; }
|
||||
if (e.altKey) { name += 'A-'; }
|
||||
if (e.shiftKey) { name += 'S-'; }
|
||||
if ((name || key.length > 1) && e.shiftKey) { name += 'S-'; }
|
||||
|
||||
name += key;
|
||||
if (name.length > 1) { name = '<' + name + '>'; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user